We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oborchers/mcp-server-docy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Editor directories and files
.idea
.vscode
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Documentation
docs/
media/
# Project specific
.mcp.json
.DS_Store
server/
# Docker
**/.dockerignore
Dockerfile