Skip to main content
Glama

Observe Community MCP Server

by rustomax
.dockerignore478 B
# 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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rustomax/observe-community-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server