Skip to content
Zed

agentrace for Zed

io.github.ura-tools/agentrace

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

client:Zed transport:stdio runtime:npm

Install agentrace in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

agentrace in other clients