Skip to content
Gemini CLI

bookie for Gemini CLI

io.github.yuens1002/bookie

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

client:Gemini CLI transport:stdio runtime:npm

Install bookie in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

bookie in other clients