Skip to content
Gemini CLI

katra for Gemini CLI

io.github.craigjmidwinter/katra

A committed markdown dev log and task graph that agents read and write over MCP.

client:Gemini CLI transport:stdio runtime:oci

Install katra in Gemini CLI

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

{
  "mcpServers": {
    "katra": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
      ]
    }
  }
}

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

katra in other clients