Skip to content
Gemini CLI

LaunchChair for Gemini CLI

io.launchchair/agent

Plan, validate, and build products and features with LaunchChair.

client:Gemini CLI transport:stdio runtime:npm

Install LaunchChair 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": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "@launchchair/agent"
      ],
      "env": {
        "LAUNCHCHAIR_AGENT_TOKEN": "<LAUNCHCHAIR_AGENT_TOKEN>"
      }
    }
  }
}

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

LaunchChair in other clients