Odel
ledger

ledger

Local
@eternal-roman1TypeScriptMITUpdated Yesterday

Exact-decimal double-entry for agents. Call MCP tools; do not do money math in tokens.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@eternal-roman/ledger-mcpv0.19.1

Run

npx -y @eternal-roman/ledger-mcp

MCP client config

{
  "mcpServers": {
    "ledger": {
      "command": "npx",
      "args": [
        "-y",
        "@eternal-roman/ledger-mcp"
      ]
    }
  }
}