We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/physics91/openrouter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
.env
.env.local
.env.example
# Testing
tests/
.pytest_cache/
htmlcov/
.coverage
.tox/
# Development tools
.vscode/
.idea/
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Git
.git/
.gitignore
# OS
.DS_Store
Thumbs.db
# Node.js development
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Documentation source (include compiled docs)
docs/src/
*.md.backup