Skip to content
Claude Desktop

Superlog for Claude Desktop

sh.superlog/superlog

Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.

client:Claude Desktop transport:streamable-http

Install Superlog in Claude Desktop

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

{
  "mcpServers": {
    "superlog": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.superlog.sh/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

Superlog in other clients