We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boma086/mcp-open-project'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
.gitattributes
# Documentation (exclude from Docker image to reduce size)
# Note: docs/ directory is committed to git but not needed in Docker image
docs/
*.md
README.md
# 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
MANIFEST
# Virtual environments
.venv
venv/
ENV/
env/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Claude Code
.claude/
CLAUDE*
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Environment files
.env
.env.*
!.env.example
# Test files
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Temporary files
*.tmp
*.temp
.cache
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
Jenkinsfile
# Smithery specific
smithery-local.yaml