Skip to content
Cursor

voice truthgate mcp for Cursor

io.github.hei33enberg/voice-truthgate-mcp

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

client:Cursor transport:stdio runtime:npm

Install voice truthgate mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

voice truthgate mcp in other clients