We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sheepion/openapi-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
.gitattributes
# Documentation (not needed in container)
*.md
!CLAUDE.md
DESIGN.md
# Test files
tests/
pytest.ini
.pytest_cache/
# Backup files
*.backup
main.py.backup
# CI/CD
.github/
# Claude
.claude/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Misc
*.log
.env
.env.local