Skip to content
Cline

SandBase Harness for Cline

io.github.sandbaseai/sandbase-harness

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

client:Cline transport:stdio runtime:oci

Install SandBase Harness 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": {
    "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>"
      }
    }
  }
}

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

SandBase Harness in other clients