Skip to content
Zed

Squire for Zed

io.github.reidgoodbar/squire

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

client:Zed transport:stdio runtime:oci

Install Squire in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Squire in other clients