HomeOther › SandBase Harness

SandBase Harness

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

TypeScript
★ 662 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.8

Or add to your MCP client config:

{
  "mcpServers": {
    "sandbase-harness": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.8"
      ],
      "env": {
        "MANAGED_AGENTS_URL": "<YOUR_VALUE>",
        "MANAGED_AGENTS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • MANAGED_AGENTS_URL required — URL of the SandBase Harness runtime API.
  • MANAGED_AGENTS_API_KEY secret — API key when the connected Harness runtime requires authentication.

Related servers

Data from the Official MCP Registry