Skip to content
Cursor

Arcaeon Ledger for Cursor

io.arcaeon/ledger

Tamper-evident action logging for agents: hash-chained append/verify, one JSONL file, zero deps.

client:Cursor transport:stdio runtime:pypi

Install Arcaeon Ledger in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ledger": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arcaeon-ledger"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Arcaeon Ledger in other clients