voice truthgate mcp for Zed
io.github.hei33enberg/voice-truthgate-mcp
Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict.
client:Zed
transport:stdio
runtime:npm
Install voice truthgate mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"voice-truthgate-mcp": {
"command": "npx",
"args": [
"-y",
"@mosadd/voice-truthgate-mcp"
],
"env": {
"VTG_API_KEY": "<VTG_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs