Skip to content
VS Code

ZeroDOM for VS Code

io.github.devhusnainai/zerodom

Deterministic DOM perception for AppSec red teams and AI agents: live Chrome, attack-surface scans.

client:VS Code transport:stdio runtime:pypi

Install ZeroDOM in VS Code

.vscode/mcp.json

{
  "servers": {
    "zerodom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zerodom"
      ]
    }
  }
}

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

ZeroDOM in other clients