Skip to content
Zed

bookie for Zed

io.github.yuens1002/bookie

Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.

client:Zed transport:stdio runtime:npm

Install bookie in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "bookie": {
      "command": "npx",
      "args": [
        "-y",
        "bookie-mcp"
      ],
      "env": {
        "BOOKIE_DB_URL": "<BOOKIE_DB_URL>",
        "BOOKIE_DB_DIRECT_URL": "<BOOKIE_DB_DIRECT_URL>",
        "BOOKIE_API_KEY": "<BOOKIE_API_KEY>"
      }
    }
  }
}

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

bookie in other clients