VoiceIntel for VS Code
io.github.evozim/voice-intel
Acoustic sentiment parsing and voice veracity analyzer.
client:VS Code
transport:sse
Install VoiceIntel in VS Code
.vscode/mcp.json
{
"servers": {
"voice-intel": {
"type": "sse",
"url": "https://voice-intel-mcp.vercel.app/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs