Skip to content
Zed

DOMShell for Zed

io.github.apireno/domshell

Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent.

client:Zed transport:stdio runtime:npm

Install DOMShell in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "domshell": {
      "command": "npx",
      "args": [
        "-y",
        "@apireno/domshell"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

DOMShell in other clients