Skip to content
Gemini CLI

Featureflip for Gemini CLI

io.github.canopy-labs/featureflip

Manage Featureflip feature flags, targeting and rollouts from AI agents and editors.

client:Gemini CLI transport:stdio runtime:npm

Install Featureflip 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": {
    "featureflip": {
      "command": "npx",
      "args": [
        "-y",
        "@featureflip/mcp"
      ],
      "env": {
        "FEATUREFLIP_TOKEN": "<FEATUREFLIP_TOKEN>",
        "FEATUREFLIP_API_URL": "<FEATUREFLIP_API_URL>",
        "FEATUREFLIP_ORG": "<FEATUREFLIP_ORG>"
      }
    }
  }
}

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

Featureflip in other clients