mcpbeat Sign in

SandBase Harness MCP Server

local only

SandBase Harness runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

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

Installs / week
not published
640
Stars
3 open issues
31 Aug 2026
Last commit
from GitHub
Apache-2.0
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/core/runtime/lifecycle.ts:82
        const child = spawn(execPath, argv.slice(1), {
Reads files and sends them to the network src/cli/worker-commands.ts:58
    return readdir(safePath(root, stringPayload(item.payload.path ?? '.', 'path')));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to SandBase Harness

same job, measured the same way
NEUS MCP
by neus

The trust harness for AI agents. Set what an agent can do before it acts.

12 tools answering
Hythe
by hythe

HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.

335 installs/wk local only
Concord MCP
by get-concord-ai

Cross-harness communication and shared work-state for AI coding agents.

318 installs/wk local only
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

57 installs/wk local only
Swiss Truth MCP
by swisstruthorg

Verified knowledge base for AI agents — stop hallucinations with certified facts.

26 installs/wk local only
ElevenLabs Agents
by mindstone

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

277 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 39 browser automation tools with snapshots and sessions.

37 installs/wk local only
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only

SandBase Harness — questions

Answers built from our own checks of this server.

Why is there no uptime for SandBase Harness?
SandBase Harness runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is SandBase Harness open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 640 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.