Skip to content
Zed

devcdp for Zed

io.github.dayananda-d/devcdp

Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.

client:Zed transport:stdio runtime:npm

Install devcdp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "devcdp": {
      "command": "npx",
      "args": [
        "-y",
        "devcdp"
      ],
      "env": {
        "DEVCDP_CHROME_PATH": "<DEVCDP_CHROME_PATH>",
        "DEVCDP_LOG_LEVEL": "<DEVCDP_LOG_LEVEL>"
      }
    }
  }
}

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

devcdp in other clients