Skip to content
Zed

pixelpact for Zed

io.github.jamalkamaladdin/pixelpact

Extract a visual contract from a reference page and measure an implementation against it

client:Zed transport:stdio runtime:npm

Install pixelpact in Zed

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

{
  "context_servers": {
    "pixelpact": {
      "command": "npx",
      "args": [
        "-y",
        "pixelpact-mcp"
      ]
    }
  }
}

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

pixelpact in other clients