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
{
"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