# Basecamp API Credentials # Get these from: https://launchpad.37signals.com/integrations # OAuth 2.0 Access Token (get via OAuth flow) BASECAMP_ACCESS_TOKEN=your-oauth-token-here # Your Account ID (from URL: https://3.basecamp.com/{ACCOUNT_ID}/) BASECAMP_ACCOUNT_ID=your-account-id-here # User-Agent identifier (required by Basecamp API) # Format: "AppName (contact@email.com)" BASECAMP_APP_IDENTITY="MCPServer (mcp@example.com)"