Skip to content
Gemini CLI

proof for Gemini CLI

io.github.toremlabs/proof

Govern your AI coding agent: frame the work, review the changes, keep a signed decision record.

client:Gemini CLI transport:stdio runtime:npm

Install proof in Gemini CLI

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

{
  "mcpServers": {
    "proof": {
      "command": "npx",
      "args": [
        "-y",
        "@toremlabs/proof-mcp"
      ]
    }
  }
}

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

proof in other clients