korg-ledger
About
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KORG_JOURNAL_PATH KORG_LEDGER_HMAC_KEYClaude Code
claude mcp add --env KORG_JOURNAL_PATH= --env KORG_LEDGER_HMAC_KEY= korg-ledger -- uvx korgex
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"korg-ledger","command":"uvx","args":["korgex"],"env":{"KORG_JOURNAL_PATH":"","KORG_LEDGER_HMAC_KEY":""}}'
JSON
{
"mcpServers": {
"korg-ledger": {
"command": "uvx",
"args": [
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "",
"KORG_LEDGER_HMAC_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.