cashflow for Gemini CLI
io.github.adam-messinger/cashflow
Personal finance ledger for AI agents — query spending, track bills, forecast cash flow.
client:Gemini CLI
transport:streamable-http
Install cashflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cashflow": {
"httpUrl": "https://cashflow.tech/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs