Skip to content
Gemini CLI

ZeroDOM for Gemini CLI

io.github.devhusnainai/zerodom

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

client:Gemini CLI transport:stdio runtime:pypi

Install ZeroDOM in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ZeroDOM in other clients