Skip to content
Gemini CLI

WhitePact for Gemini CLI

io.github.guruprasath-annadurai/whitepact

AI governance MCP server: trust scoring, guardrails, bias/hallucination detection, compliance.

client:Gemini CLI transport:streamable-http runtime:pypi

Install WhitePact in Gemini CLI

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

{
  "mcpServers": {
    "whitepact": {
      "httpUrl": "https://whitepact-mcp-http.onrender.com/mcp"
    }
  }
}

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

WhitePact in other clients