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
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/
# Environment files
.env
.env.*
!.env.example
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
*.log
*.db
*.sqlite
*.sqlite3
test_cache_debug.py
test_market_calendar_caching.py
# Documentation
*.md
!README.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml