We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rustomax/observe-experimental-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache
.coverage
# Virtual environments
venv/
.venv/
env/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Documentation (keep essential docs but exclude heavy ones)
*.md
!README.md
!CLAUDE.md
# Large directories that aren't needed in container
observe-docs/
images/
examples/
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Docker
Dockerfile*
docker-compose*
.dockerignore