We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aviz85/mcp-agents-orchestra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
.venv/
env/
ENV/
.env
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.ipynb_checkpoints
# MCP specific
# SQLite database
*.db
*.sqlite
*.sqlite3
# Logs
logs/
*.log
# Testing
.pytest_cache/
.coverage
htmlcov/
# Project specific
# Credentials - be careful with API keys and secrets
credentials.json
.env.local
# Jupyter notebooks (if used for testing)
*.ipynb
# Local development config
config.local.yaml