flowcheck for Gemini CLI
io.github.eliaskress/flowcheck
Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow
client:Gemini CLI
transport:stdio
runtime:npm
Install flowcheck in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": [
"-y",
"@flowcheck/mcp-server"
],
"env": {
"FLOWCHECK_API_KEY": "<FLOWCHECK_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