cash book for Gemini CLI
io.github.theluckystrike/cash-book
One double-entry ledger derived from your invoices, bank, expenses, deposits and assets.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:9
Install cash book in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cash-book": {
"httpUrl": "https://mcp.zovo.one/mcp/cash-book"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs