We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michael-denyer/memory-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
*.egg-info/
*.egg
dist/
build/
# Virtual environments
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
tests/
# Project-specific
.beads/
.claude/
*.db
*.pdf
# Cache
.mypy_cache/
.ruff_cache/