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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"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"
}
}