McpMux
Back to Registry

SandBase Harness MCP Server

Community

Contributed by SandBase AI

MCP bridge for SandBase Harness sessions, sandboxed turns, artifacts, audit, and replay.

About the SandBase Harness MCP Server

The SandBase Harness MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. MCP bridge for SandBase Harness sessions, sandboxed turns, artifacts, audit, and replay. This is a community-contributed MCP server by SandBase AI.

Install the SandBase Harness MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "MANAGED_AGENTS_URL",
    "-e",
    "MANAGED_AGENTS_API_KEY",
    "ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.8"
  ],
  "env": {
    "MANAGED_AGENTS_URL": "${input:MANAGED_AGENTS_URL}",
    "MANAGED_AGENTS_API_KEY": "${input:MANAGED_AGENTS_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MANAGED_AGENTS_URL",
        "label": "SandBase Runtime URL",
        "description": "Base URL of the running SandBase Harness API. From a container, use host.docker.internal for a host-local runtime.",
        "type": "url",
        "required": true,
        "secret": false,
        "placeholder": "http://host.docker.internal:3000"
      },
      {
        "id": "MANAGED_AGENTS_API_KEY",
        "label": "Runtime API Key",
        "description": "Optional bearer token when the SandBase Harness runtime enables API-key authentication.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "sk-local-example"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

agent-harnessagent-runtimesandboxsessionsauditreplayartifactsdocker

Supported AI Clients

The SandBase Harness MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install SandBase Harness with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.