bookie for Windsurf
io.github.yuens1002/bookie
Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.
client:Windsurf
transport:stdio
runtime:npm
Install bookie in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs