SandBase Harness for Claude Desktop
io.github.sandbaseai/sandbase-harness
Stdio MCP bridge for SandBase Harness agents, sessions, turns, artifacts, and cancellation.
client:Claude Desktop
transport:stdio
runtime:oci
Install SandBase Harness in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs