Skip to content
Gemini CLI

voice truthgate mcp for Gemini CLI

io.github.hei33enberg/voice-truthgate-mcp

Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict.

client:Gemini CLI transport:stdio runtime:npm

Install voice truthgate mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "voice-truthgate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mosadd/voice-truthgate-mcp"
      ],
      "env": {
        "VTG_API_KEY": "<VTG_API_KEY>"
      }
    }
  }
}

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

voice truthgate mcp in other clients