Skip to content
Grok

voice truthgate mcp for Grok

io.github.hei33enberg/voice-truthgate-mcp

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

client:Grok transport:stdio runtime:npm

Install voice truthgate mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

voice truthgate mcp in other clients