We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shanirap/MCP-SERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python caches
__pycache__/
*.py[cod]
*$py.class
# Pytest
.pytest_cache/
# Virtual envs
.venv/
venv/
ENV/
env/
# OS / editor
.vscode/
.DS_Store
# Secrets / local env files
.env
.ENV
*.env
# uv
# Keep uv.lock (recommended), ignore uv cache if appears
.uv/
.coverage
htmlcov/
.pytest_cache/
__pycache__/
.venv/
.env