Skip to content
Gemini CLI

Launch Engine — Business Execution OS for Gemini CLI

io.github.zionhopkins/launch-engine

Agentic pipeline — 39 tools from idea to revenue for solo founders.

client:Gemini CLI transport:stdio runtime:npm

Install Launch Engine — Business Execution OS 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": {
    "launch-engine": {
      "command": "npx",
      "args": [
        "-y",
        "launch-engine-mcp"
      ],
      "env": {
        "LAUNCH_ENGINE_PROJECT_DIR": "<LAUNCH_ENGINE_PROJECT_DIR>"
      }
    }
  }
}

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

Launch Engine — Business Execution OS in other clients