We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dgarcoe/dx_cluster_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
venv/
env/
ENV/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Documentation
*.md
!README.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Logs
*.log
logs/
# Tests
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db