← Back to Plugins
MCP Server MCP

SandBase Harness

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the SandBase Harness runtime API.",
          "isRequired": true,
          "format": "string",
          "name": "MANAGED_AGENTS_URL"
        },
        {
          "description": "API key when the connected Harness runtime requires authentication.",
          "format": "string",
          "isSecret": true,
          "name": "MANAGED_AGENTS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...