Skip to content
Claude Desktop

Fanout for Claude Desktop

io.github.labstack/fanout

Investigate OpenTelemetry traces, metrics, and logs, and manage personal dashboards.

client:Claude Desktop transport:streamable-http

Install Fanout in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "fanout": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{fanout_host}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Fanout in other clients