We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wshobson/maverick-mcp'
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
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
tests/output/
.ruff_cache/
# Static analysis outputs
pyright_analysis.txt
# Jupyter Notebook
.ipynb_checkpoints
# Virtual environments
.env
.env.prod
.env.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE files
.idea/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Project specific
*.log
# Test files in root (should be in tests/)
/test_*.py
# Generated API clients
/generated/
/openapi-spec.json
# database
*.db
# Docker local overrides
docker-compose.override.yml