Skip to content
Zed

SandBase Harness for Zed

io.github.sandbaseai/sandbase-harness

Stdio MCP bridge for SandBase Harness agents, sessions, turns, artifacts, and cancellation.

client:Zed transport:stdio runtime:oci

Install SandBase Harness 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": {
    "sandbase-harness": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.8"
      ],
      "env": {
        "MANAGED_AGENTS_URL": "<MANAGED_AGENTS_URL>",
        "MANAGED_AGENTS_API_KEY": "<MANAGED_AGENTS_API_KEY>"
      }
    }
  }
}

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

SandBase Harness in other clients