tempo (MCP Server)

GitHub

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tempo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tempo"
      ]
    }
  }
}