Skip to content
Gemini CLI

CiteVahti for Gemini CLI

io.github.heidihelena/citevahti

Checks whether each cited source supports the claim it backs. Blinded human-first, local-first.

client:Gemini CLI transport:stdio runtime:pypi

Install CiteVahti in Gemini CLI

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

{
  "mcpServers": {
    "citevahti": {
      "command": "uvx",
      "args": [
        "citevahti"
      ]
    }
  }
}

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

CiteVahti in other clients