PluginBench
MCP Server
Active
MIT

io.github.New1Direction/korg-ledger MCP Server

io.github.New1Direction/korg-ledger

What is the io.github.New1Direction/korg-ledger MCP server?

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

How to install io.github.New1Direction/korg-ledger

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • KORG_JOURNAL_PATH

    Path to the JSONL ledger journal (defaults to .korg/journal.jsonl).

  • KORG_LEDGER_HMAC_KEY

    Optional HMAC key — makes the chain tamper-PROOF, not just tamper-evident.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "korg-ledger": {
      "command": "uvx",
      "args": [
        "korgex",
        "mcp-server"
      ],
      "env": {
        "KORG_JOURNAL_PATH": "<YOUR_KORG_JOURNAL_PATH>",
        "KORG_LEDGER_HMAC_KEY": "<YOUR_KORG_LEDGER_HMAC_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "korg-ledger": {
      "command": "uvx",
      "args": [
        "korgex",
        "mcp-server"
      ],
      "env": {
        "KORG_JOURNAL_PATH": "<YOUR_KORG_JOURNAL_PATH>",
        "KORG_LEDGER_HMAC_KEY": "<YOUR_KORG_LEDGER_HMAC_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "korg-ledger": {
      "command": "uvx",
      "args": [
        "korgex",
        "mcp-server"
      ],
      "env": {
        "KORG_JOURNAL_PATH": "<YOUR_KORG_JOURNAL_PATH>",
        "KORG_LEDGER_HMAC_KEY": "<YOUR_KORG_LEDGER_HMAC_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "korg-ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "korgex",
        "mcp-server"
      ],
      "env": {
        "KORG_JOURNAL_PATH": "<YOUR_KORG_JOURNAL_PATH>",
        "KORG_LEDGER_HMAC_KEY": "<YOUR_KORG_LEDGER_HMAC_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add korg-ledger --env KORG_JOURNAL_PATH=<YOUR_KORG_JOURNAL_PATH> --env KORG_LEDGER_HMAC_KEY=<YOUR_KORG_LEDGER_HMAC_KEY> -- uvx korgex mcp-server

Related MCP servers

Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.

5
Rust
MIT
View repository →

Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning.

5
Rust
MIT
View repository →

Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.

5
TypeScript
MIT
View repository →

Serve a secret to an agent exactly N times from locked RAM, then wipe it and self-destruct.

3
Rust
MIT
View repository →