Skip to content
Grok

agent observability for Grok

io.github.kryptosai/agent-observability

Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.

client:Grok transport:stdio runtime:npm

Install agent observability in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-observability": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-obs"
      ]
    }
  }
}

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

agent observability in other clients