Skip to content
Grok

agentic ledger for Grok

io.github.shekharbhardwaj/agentic-ledger

Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.

client:Grok transport:stdio runtime:pypi

Install agentic ledger in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentic-ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentic-ledger"
      ]
    }
  }
}

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

agentic ledger in other clients