We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itstanner5216/multi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache and bytecode
__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
env/
venv/
# Editor settings
.vscode/
# Test output
htmlcov/
coverage.xml
.cache/
.tox/
.pytest_cache/
# Jupyter
.ipynb_checkpoints/
# Logs
*.log
logs/
# Secrets / credentials (only if created)
.env
.env.*
# ignore anything in msc directory recursively
msc/**
# Local Hive execution artifacts
.hive/