We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidculver/cve-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Virtual environment
venv/
.venv/
# Git
.git/
.gitignore
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Tests
tests/
# Scripts
scripts/
# Local database (will be loaded inside container)
data/*.db
# IDE
.vscode/
.idea/
# Misc
*.md
*.log
.env