Skip to content

sandbaseai/sandbase-harness

v0.1.0Apache-2.0

Connect Copilot and compatible agents to an existing SandBase Harness runtime for agents, sessions, turns, artifacts, and cancellation.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

sandbase-harnessstdio
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "--rm",
    "-i",
    "--add-host=host.docker.internal:host-gateway",
    "-e",
    "MANAGED_AGENTS_URL",
    "-e",
    "MANAGED_AGENTS_API_KEY",
    "ghcr.io/sandbaseai/sandbase-harness-mcp:0.3.4"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sandbase-harness",
  "version": "0.1.0",
  "description": "Connect Copilot and compatible agents to an existing SandBase Harness runtime for agents, sessions, turns, artifacts, and cancellation.",
  "author": {
    "name": "SandBase AI",
    "url": "https://github.com/sandbaseai"
  },
  "homepage": "https://github.com/sandbaseai/sandbase-harness",
  "repository": "https://github.com/sandbaseai/sandbase-harness",
  "license": "Apache-2.0",
  "keywords": [
    "agent-runtime",
    "mcp",
    "sandbox",
    "self-hosted"
  ]
}