Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

flowcheck in other clients