We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhains/cv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Test, coverage, and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.nox/
.tox/
.pyre/
.pytype/
.cache/
.coverage
.coverage.*
htmlcov/
# Build/distribution artifacts
build/
dist/
.eggs/
*.egg-info/
wheels/
pip-wheel-metadata/
# Logs
*.log
# Environment files
.env
.env.*
!.env.example
# OS/editor junk
.DS_Store