Skip to content
VS Code

Fuzz-Breaker for VS Code

io.github.evozim/fuzz-breaker

Automated API pentesting and structural fuzzing proxy.

client:VS Code transport:sse

Install Fuzz-Breaker in VS Code

.vscode/mcp.json

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

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

Fuzz-Breaker in other clients