We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivan-saorin/substrate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Scripts
build.sh
build.bat
# Development
*.log
.coverage
.pytest_cache/
htmlcov/
# Test files
test_*.py
# Temporary and cache
*.tmp
*.cache