basecamp-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASECAMP_CLIENT_ID | Yes | Your Basecamp OAuth client ID | |
| BASECAMP_ACCOUNT_ID | No | Your Basecamp account ID (set after OAuth) | |
| BASECAMP_USER_AGENT | Yes | User agent string, e.g., 'Basecamp MCP Server (you@example.com)' | |
| BASECAMP_ACCESS_TOKEN | No | Access token from OAuth | |
| BASECAMP_REDIRECT_URI | Yes | Redirect URI for OAuth flow | http://localhost:8000/callback |
| BASECAMP_CLIENT_SECRET | Yes | Your Basecamp OAuth client secret | |
| BASECAMP_REFRESH_TOKEN | No | Refresh token from OAuth | |
| BASECAMP_TOKEN_EXPIRATION | No | Expiration timestamp of access token | |
| BASECAMP_ENABLE_WRITE_TOOLS | No | Set to 'true' to enable mutation tools | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thiagorchaves/basecamp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server