voice truthgate mcp for VS Code
io.github.hei33enberg/voice-truthgate-mcp
Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict.
client:VS Code
transport:stdio
runtime:npm
Install voice truthgate mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vtg-api-key",
"description": "VTG_API_KEY",
"password": true
}
],
"servers": {
"voice-truthgate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mosadd/voice-truthgate-mcp"
],
"env": {
"VTG_API_KEY": "${input:vtg-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs