Skip to content
Cursor

agentic ledger for Cursor

io.github.shekharbhardwaj/agentic-ledger

Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.

client:Cursor transport:stdio runtime:pypi

Install agentic ledger in Cursor

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

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

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

agentic ledger in other clients