Skip to content
Gemini CLI

koment for Gemini CLI

io.github.koment-dev/koment

Read and write checked code rationale stored outside source comments.

client:Gemini CLI transport:stdio runtime:oci

Install koment in Gemini CLI

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

{
  "mcpServers": {
    "koment": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/koment-dev/koment:3.2.0"
      ]
    }
  }
}

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

koment in other clients