Back to Home
rustomax icon

observe-community-mcp

Verified Safe

by rustomax

Overview

Provides LLMs with intelligent access to Observe platform data through semantic search, automated dataset discovery, and metrics intelligence.

Installation

Run Command
docker-compose up -d

Environment Variables

  • OBSERVE_CUSTOMER_ID
  • OBSERVE_TOKEN
  • PUBLIC_KEY_PEM
  • SEMANTIC_GRAPH_PASSWORD
  • OBSERVE_OTEL_TOKEN
  • OBSERVE_OTEL_CUSTOMER_ID
  • OBSERVE_OTEL_DOMAIN
  • GEMINI_API_KEY

Security Notes

Secrets are managed via environment variables (good practice). JWT authentication with scope-based access control is implemented. Input OPAL queries undergo structural validation and auto-correction. The OpenTelemetry exporter is set to 'insecure=True' by default, which is suitable for local development but should be reviewed for production deployments. Custom OPAL query validation (src/observe/opal_validation.py) helps reduce the risk of malformed queries but relies on the upstream Observe platform for full semantic security validation. Database interactions (src/observe/skills_search.py) use parameterized queries via stored procedures.

Similar Servers

Stats

Interest Score12
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars1
Forks1
Last Update2025-12-23

Tags

ObserveMCP ServerLLM ToolingObservabilityData DiscoveryMetricsLogsTracesOPAL QueryAI SearchGemini AIOpenTelemetryFastAPIPythonSemantic Search