Squire for Cursor
io.github.reidgoodbar/squire
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
client:Cursor
transport:stdio
runtime:oci
Install Squire in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"squire": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/reidgoodbar/squire-mcp:0.6.5"
],
"env": {
"SQUIRE_TOKEN": "<SQUIRE_TOKEN>",
"SQUIRE_API_BASE_URL": "<SQUIRE_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs