Squire for Grok
io.github.reidgoodbar/squire
CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.
client:Grok
transport:stdio
runtime:oci
Install Squire in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs