Skip to content
VS Code

agentrace for VS Code

io.github.ura-tools/agentrace

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

client:VS Code transport:stdio runtime:npm

Install agentrace in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentrace in other clients