We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delonsp/rlm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*.egg-info
.eggs
venv/
.venv/
# IDE
.idea/
.vscode/
# Docs (não precisa no container)
*.md
!README.md
# Local configs
.env
.env.local
docker-compose.override.yml
# Data (será montado como volume)
data/
# Scripts de dev
scripts/