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
{
"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