We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hauptsacheNet/clickup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
node_modules/@types
node_modules/dotenv
node_modules/nodemon
node_modules/prettier
node_modules/typescript
.env
.env.*
*.log
*.md
# IDE files
.github/
.idea/
.vscode/
.claude/
# Build artifacts that aren't needed in distribution
src/
tsconfig.json
.gitignore
# Local development files
CLAUDE.local.md
# Test files
test/
tests/
*.test.js
*.test.ts