GridProof for Cursor
io.github.gridproof/gridproof
Gridproof your UI — automated spacing & grid QA in the agent loop (MCP server).
client:Cursor
transport:stdio
runtime:npm
Install GridProof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gridproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridproof"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs