Loading languages...
MC

mcp-telemetry

@xprilion1

Observability helps. This MCP server adds tracing to all your conversations on Claude (or suitable MCP client) so that you can trace, understand, debug and report on your all your interactions.

telemetry
tracing
conversation-analysis

# mcpServer Config

{
  "mcpServers": {
    "MCP Telemetry": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "weave",
        "mcp",
        "run",
        "~/mcp-telemetry/server.py"
      ],
      "env": {
        "WANDB_API_KEY": "..."
      }
    }
  }
}

# stdio

uv run --with mcp[cli] --with weave mcp run ~/mcp-telemetry/server.py
Transport:
stdio
Sprache:
Python
Erstellt:4/7/2025
Aktualisiert:7/13/2025