Skip to content
Gemini CLI

Martin Loop for Gemini CLI

io.github.keesan12/martin-loop

One system around coding agents to run, verify, recover, and hand off software work.

client:Gemini CLI transport:stdio runtime:npm

Install Martin Loop in Gemini CLI

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

{
  "mcpServers": {
    "martin-loop": {
      "command": "npx",
      "args": [
        "-y",
        "@martinloop/mcp"
      ]
    }
  }
}

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

Martin Loop in other clients