Skip to content
Claude Desktop

agentrace for Claude Desktop

io.github.ura-tools/agentrace

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

client:Claude Desktop transport:stdio runtime:npm

Install agentrace in Claude Desktop

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

{
  "mcpServers": {
    "agentrace": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/agentrace"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentrace in other clients