Skip to content
Zed

agentic ledger for Zed

io.github.shekharbhardwaj/agentic-ledger

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

client:Zed transport:stdio runtime:pypi

Install agentic ledger in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agentic-ledger": {
      "command": "uvx",
      "args": [
        "agentic-ledger"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

agentic ledger in other clients