Skip to main content
Glama

Basecamp MCP Server

by jhliberty
.gitignore1.31 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # TypeScript Build outputs dist/ build/ *.tsbuildinfo # Virtual Environment (Python) venv/ env/ ENV/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .flaskenv # OAuth tokens and sensitive data oauth_tokens.json *.key *.pem *.p12 *.pfx # Logs *.log logs/ # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Temporary folders tmp/ temp/ # macOS .DS_Store .AppleDouble .LSOverride Icon ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # IDE and editor files .idea/ .vscode/ *.swp *.swo *~ # Project specific unused/ icons/ card_table_implementation.md card-tables-docs.md reference/ # Composio integration files composio_client_example.py *composio* .composio/ # Local configuration files config.local.* *.local .py

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/jhliberty/basecamp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server