Korg Ledger
Rank #9,458io.github.New1Direction/korg-ledger
Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.
Korg Ledger is a Model Context Protocol (MCP) server published by new1direction. It ranks #9,458 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Korg Ledger is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 106,133 of 115,591 servers on MCP Toplist.
Use Korg Ledger
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add korg-ledger -e "KORG_JOURNAL_PATH=<your KORG_JOURNAL_PATH>" -e "KORG_LEDGER_HMAC_KEY=<your KORG_LEDGER_HMAC_KEY>" -- uvx mcp-server korgexReplace each placeholder with your own value before saving.
[mcp_servers.korg-ledger]
command = "uvx"
args = ["mcp-server", "korgex"]
[mcp_servers.korg-ledger.env]
KORG_JOURNAL_PATH = "<your KORG_JOURNAL_PATH>"
KORG_LEDGER_HMAC_KEY = "<your KORG_LEDGER_HMAC_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korg-ledger": {
"command": "uvx",
"args": [
"mcp-server",
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "<your KORG_JOURNAL_PATH>",
"KORG_LEDGER_HMAC_KEY": "<your KORG_LEDGER_HMAC_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korg-ledger": {
"command": "uvx",
"args": [
"mcp-server",
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "<your KORG_JOURNAL_PATH>",
"KORG_LEDGER_HMAC_KEY": "<your KORG_LEDGER_HMAC_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"korg-ledger": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server",
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "<your KORG_JOURNAL_PATH>",
"KORG_LEDGER_HMAC_KEY": "<your KORG_LEDGER_HMAC_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korg-ledger": {
"command": "uvx",
"args": [
"mcp-server",
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "<your KORG_JOURNAL_PATH>",
"KORG_LEDGER_HMAC_KEY": "<your KORG_LEDGER_HMAC_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korg-ledger": {
"command": "uvx",
"args": [
"mcp-server",
"korgex"
],
"env": {
"KORG_JOURNAL_PATH": "<your KORG_JOURNAL_PATH>",
"KORG_LEDGER_HMAC_KEY": "<your KORG_LEDGER_HMAC_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.New1Direction%2Fkorg-ledger)<a href="https://mcptoplist.com/server/io.github.New1Direction%2Fkorg-ledger"><img src="https://mcptoplist.com/badge/io.github.New1Direction%2Fkorg-ledger.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
new1direction
Other servers by new1direction
- dazai — burn-after-reading secret (motokano)#20,566 · 1 ver
- web-mcp#27,125 · 1 ver
- Korg#55,671 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.6.3 | May 29, 2026 |
Frequently asked questions
- Who maintains Korg Ledger?
- Korg Ledger is maintained by new1direction, which publishes 7 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Korg Ledger listed on the Official MCP Registry?
- Yes — Korg Ledger is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Korg Ledger have?
- MCP Toplist tracks 1 version of Korg Ledger, most recently published on May 29, 2026.
- Where can I find the source code for Korg Ledger?
- The source code for Korg Ledger is hosted at github.com/new1direction/korgex.