Skip to content
VS Code

GridProof for VS Code

io.github.gridproof/gridproof

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

client:VS Code transport:stdio runtime:npm

Install GridProof in VS Code

.vscode/mcp.json

{
  "servers": {
    "gridproof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridproof"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

GridProof in other clients