AgentHubAgentHub

korg-ledger

MCP ServerMCP Registry官方收录

io.github.New1Direction/korg-ledger · v0.6.3

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

概览

korg-ledger 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "korg-ledger": {
      "command": "uvx",
      "args": [
        "korgex"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.New1Direction/korg-ledger",
  "type": "mcp-server",
  "version": "0.6.3",
  "displayName": "korg-ledger",
  "description": "Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.",
  "repository": {
    "url": "https://github.com/New1Direction/korgex",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "korgex",
        "version": "0.6.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "KORG_JOURNAL_PATH",
            "description": "Path to the JSONL ledger journal (defaults to .korg/journal.jsonl)."
          },
          {
            "name": "KORG_LEDGER_HMAC_KEY",
            "description": "Optional HMAC key — makes the chain tamper-PROOF, not just tamper-evident."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.New1Direction/korg-ledger",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.New1Direction%2Fkorg-ledger/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
korg-ledger — MCP Server 安装与配置 · AgentHub