We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nisarg-123-web/MCP2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
.gitattributes
# Documentation
README.md
*.md
docs/
# 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/
env/
ENV/
.venv/
.env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
# Temporary files
temp/
tmp/
*.tmp
*.temp
# Node.js (for Netlify functions)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files (will be passed via docker-compose)
.env
.env.local
.env.development
.env.test
.env.production
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Deployment
netlify/
.netlify/
# Test files
tests/
*test*.py
pytest.ini
.pytest_cache/
# Coverage
.coverage
htmlcov/
# Jupyter Notebooks
.ipynb_checkpoints
# Large files that shouldn't be in container
*.pdf
*.mp4
*.avi
*.mov
*.zip
*.tar.gz
# Backup files
*.bak
*.backup
# Database files
*.db
*.sqlite
*.sqlite3
# Cleanup summary files
CLEANUP_SUMMARY.md
ORGANIZED_STORAGE_IMPLEMENTATION.md
BACKEND_STATUS_REPORT.md