Skip to content
Gemini CLI

conkurrence for Gemini CLI

io.github.alligatorc0der/conkurrence

Measure whether your AI agrees with itself using statistical consensus metrics.

client:Gemini CLI transport:stdio runtime:npm

Install conkurrence in Gemini CLI

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

{
  "mcpServers": {
    "conkurrence": {
      "command": "npx",
      "args": [
        "-y",
        "conkurrence"
      ]
    }
  }
}

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

conkurrence in other clients