We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oogunbiyi21/stats-compass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.eggs
*.egg-info
.installed.cfg
*.egg
.mypy_cache
.pytest_cache
.coverage
htmlcov
# Virtual environments
.venv
venv
ENV
# IDE
.idea
.vscode
*.swp
*.swo
# Build
dist
build
# Tests
tests
test_*.py
*_test.py
conftest.py
# Documentation
docs
*.md
!README.md
# Development files
.env.local
.env.development
*.log