Skip to content
Zed

cssprobe cli for Zed

io.github.mack-peng/cssprobe-cli

Runtime CSS probe — inspect layout, overflow, scroll chains in a real browser. For AI agents.

client:Zed transport:stdio runtime:npm

Install cssprobe cli in Zed

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

{
  "context_servers": {
    "cssprobe-cli": {
      "command": "npx",
      "args": [
        "-y",
        "cssprobe-cli"
      ]
    }
  }
}

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

cssprobe cli in other clients