tempo-mcp-validation

gpadidala/tempo-mcp-validation
★ 0 stars Python DevOps Updated today
Validation harness for Grafana Tempo's native MCP server: runtime tool discovery, parity vs Tempo HTTP API, multi-tenant isolation, and data-egress security checks.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tempo-mcp-validation": {
      "command": "uvx",
      "args": [
        "tempo-mcp-validation"
      ]
    }
  }
}

Or install with pip: pip install tempo-mcp-validation

README Excerpt

Validation harness for **Grafana Tempo's native MCP server** — the MCP server built into Tempo's `query-frontend` (Tempo OSS **≥ 2.9**), served over streamable HTTP at `http://localhost:3200/api/mcp`. This repo does four things and nothing more: 1. Runs **Tempo with its native MCP server enabled** (plus Prometheus + Grafana).