Skip to content
Gemini CLI

RoutineKit for Gemini CLI

io.github.sjh9714/routinekit

Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.

client:Gemini CLI transport:stdio runtime:npm

Install RoutineKit 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": {
    "routinekit": {
      "command": "npx",
      "args": [
        "-y",
        "routinekit"
      ],
      "env": {
        "ROUTINEKIT_CONFIG": "<ROUTINEKIT_CONFIG>",
        "ROUTINEKIT_HOME": "<ROUTINEKIT_HOME>"
      }
    }
  }
}

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

RoutineKit in other clients