We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jasondsmith72/CWM-API-Gateway-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git related files
.git
.github
.gitignore
# Backup files
*-bk-*
# Python virtual environments
venv/
env/
.env/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
# Unit test files
test_*.py
# Documentation
docs/
# Editor specific files
.vscode/
.idea/
# Logs
*.log
# OS specific files
.DS_Store
Thumbs.db