Skip to content
Zed

korg ledger for Zed

io.github.new1direction/korg-ledger

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

client:Zed transport:stdio runtime:pypi

Install korg ledger in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

korg ledger in other clients