0
/ 100
1 month ago
glama

Basecamp MCP Server

Multi-user MCP server for Basecamp 3 with 148+ tools, enabling AI clients to manage projects, todos, messages, and more via stdio or multi-tenant HTTP.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.config/claude-desktop/claude_desktop_config.json
🔐
You'll be asked for 3 credentials: BASECAMP_PASSWORD, BASECAMP_ACCESS_TOKEN, BASECAMP_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBASECAMP_ACCOUNT_ID"": "your_account_id"
configBASECAMP_USERNAME
🔐 secretBASECAMP_PASSWORD
🔐 secretBASECAMP_ACCESS_TOKEN
configBASECAMP_CLIENT_ID
🔐 secretBASECAMP_CLIENT_SECRET
configBASECAMP_REDIRECT_URI
configMCP_TRANSPORTstreamable-http ./venv/bin/python basecamp_fastmcp.py
configDATABASE_URLpostgresql://user:pass@localhost:5432/basecamp_mcp
configMCP_SERVER_URL
configMCP_HOST
configMCP_PORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/attri-inc-basecamp-mcp-server-1w8axf)](https://m8ven.ai/mcp/attri-inc-basecamp-mcp-server-1w8axf)
commit: 324cc5f3fc2a34faa22117a005b91cff3d1e17ae
code hash: b6acf33a8263ca5010ef5655366ae58acaccab4c114bd7613f962717c8e1d03d
verified: 6/22/2026, 1:03:02 PM
view raw JSON →