Skip to content
Gemini CLI

LaunchFlag for Gemini CLI

dev.launchflag/launchflag

Feature flags and kill switches. Turn a shipped feature off in production without a deploy.

client:Gemini CLI transport:streamable-http runtime:npm

Install LaunchFlag in Gemini CLI

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

{
  "mcpServers": {
    "launchflag": {
      "httpUrl": "https://launchflag.dev/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

LaunchFlag in other clients