We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IAMSamuelRodda/todoist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Virtual environment
.venv/
venv/
env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Environment and secrets - NEVER commit these
.env
.env.local
.env.*.local
*.env
secrets.json
credentials.json
*_token*
*_secret*
*_key*
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Distribution
dist/
build/
*.egg-info/