We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elphinsnow/mcp-remote-py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
# Virtual environments (uv/venv)
.venv/
venv/
ENV/
# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
# Type checker / linter caches
.mypy_cache/
.pyright/
.ruff_cache/
# OS / editor
.DS_Store
.vscode/
.idea/
# Logs
*.log