Skip to content
Grok

Arcaeon Ledger for Grok

io.arcaeon/ledger

Tamper-evident action logging for agents: hash-chained append/verify, one JSONL file, zero deps.

client:Grok transport:stdio runtime:pypi

Install Arcaeon Ledger in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arcaeon-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

Arcaeon Ledger in other clients