Odel
Squire

Squire

Local
@reidgoodbarGoUpdated 1mo ago

CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/reidgoodbar/squire-mcp:0.6.5

Run

docker run -i --rm ghcr.io/reidgoodbar/squire-mcp:0.6.5

MCP client config

{
  "mcpServers": {
    "squire": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/reidgoodbar/squire-mcp:0.6.5"
      ]
    }
  }
}