Skip to content
VS Code

Deepfake-Lens for VS Code

io.github.evozim/deepfake-lens

Forensic image analyzer detecting facial and visual anomalies.

client:VS Code transport:sse

Install Deepfake-Lens in VS Code

.vscode/mcp.json

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

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

Deepfake-Lens in other clients