Skip to content
Cline

Squire for Cline

io.github.reidgoodbar/squire

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

client:Cline transport:stdio runtime:oci

Install Squire in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "squire": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Squire in other clients