Skip to content
Gemini CLI

stripekit for Gemini CLI

io.github.rafaelcg/stripekit

Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check.

client:Gemini CLI transport:stdio runtime:npm

Install stripekit in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "stripekit": {
      "command": "npx",
      "args": [
        "-y",
        "stripekit"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

stripekit in other clients