We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kocakli/Trello-Desktop-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
# Build output
dist/
# Environment variables
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Test files
coverage/
.nyc_output/
*.test.js
*.spec.js
# Temporary files
tmp/
temp/
*.tmp
# Claude specific
.claude/
claude-desktop-config.json
claude-desktop-config-*.json
# Local configuration
*.local.json
config.local.json
# Credentials (extra safety)
*credentials*
*secret*
*token*
*apikey*