Skip to content
Cursor

ZeroDOM for Cursor

io.github.devhusnainai/zerodom

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

client:Cursor transport:stdio runtime:pypi

Install ZeroDOM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ZeroDOM in other clients