Skip to content
Grok

korg ledger for Grok

io.github.new1direction/korg-ledger

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

client:Grok transport:stdio runtime:pypi

Install korg ledger in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "korg-ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "korgex"
      ],
      "env": {
        "KORG_JOURNAL_PATH": "<KORG_JOURNAL_PATH>",
        "KORG_LEDGER_HMAC_KEY": "<KORG_LEDGER_HMAC_KEY>"
      }
    }
  }
}

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

korg ledger in other clients