Skip to content
Grok

agentrace for Grok

io.github.ura-tools/agentrace

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

client:Grok transport:stdio runtime:npm

Install agentrace in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentrace in other clients