Skip to content
Zed

GridProof for Zed

io.github.gridproof/gridproof

Gridproof your UI — automated spacing & grid QA in the agent loop (MCP server).

client:Zed transport:stdio runtime:npm

Install GridProof in Zed

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

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

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

GridProof in other clients