Skip to content
VS Code

DeepVoice Guard for VS Code

io.github.evozim/deepvoice-guard

Acoustic deepfake detector and voice biometrics auditor.

client:VS Code transport:sse

Install DeepVoice Guard in VS Code

.vscode/mcp.json

{
  "servers": {
    "deepvoice-guard": {
      "type": "sse",
      "url": "https://deepvoice-guard-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

DeepVoice Guard in other clients