Back to the catalog

SandBase Harness

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
No topic detected
Publisher
sandbaseai
Origin
official
Category
ferramentas
Transport
local
Version
0.3.8
Stars
642
Forks
66
Open pull requests
7
Last push
2026-09-13T04:32:41Z
Repository state
ativo
Language
TypeScript
License
Apache-2.0
Added
2026-08-29 04:01:21
Updated
2026-08-30 05:00:12
Origin id
io.github.sandbaseai/sandbase-harness

README

# SandBase Harness

[English](./README.md) | [中文](./README.zh-CN.md)

[![GitHub stars](https://img.shields.io/github/stars/sandbaseai/sandbase-harness?style=social)](https://github.com/sandbaseai/sandbase-harness/stargazers)
[![Listed on deepseek-plugin.org](https://img.shields.io/badge/listed_on-deepseek--plugin.org-007EC6)](https://deepseek-plugin.org/plugins/sandbaseai/sandbase-harness)
[![Release](https://img.shields.io/github/v/release/sandbaseai/sandbase-harness)](https://github.com/sandbaseai/sandbase-harness/releases/latest)
[![Official MCP Registry](https://img.shields.io/badge/Official_MCP_Registry-active-2ea44f)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.sandbaseai%2Fsandbase-harness)
[![Discussions](https://img.shields.io/github/discussions/sandbaseai/sandbase-harness)](https://github.com/sandbaseai/sandbase-harness/discussions)
[![CodeQL](https://github.com/sandbaseai/sandbase-harness/actions/workflows/codeql.yml/badge.svg)](https://github.com/sandbaseai/sandbase-harness/actions/workflows/codeql.yml)
[![License](https://img.shields.io/github/license/sandbaseai/sandbase-harness)](LICENSE)

AI-readable project metadata: [llms.txt](./llms.txt) · [installation guide](./llms-install.md)

A local-first runtime for AI agents. Sessions, sandboxed tools, memory,
credentials, audit trails, and a built-in Console — all running on your
machine or in your own infrastructure.

> Building with DeepSeek Harness? The independent [DeepSeek Harness Handbook](https://github.com/sandbaseai/deepseek-harness-handbook) provides source-backed runtime guides, multilingual troubleshooting, and a regularly updated [Agent-first resource map](https://sandbaseai.github.io/deepseek-harness-handbook/awesome-deepseek-harness-resources.html).

![SandBase Harness architecture](docs/assets/sandbase-harness-architecture.svg)

> Looking for a lightweight bridge instead of a full runtime? [SandBase CLI](https://github.com/sandbaseai/cli)
> connects 25 AI client targets to 2,000+ models and APIs through a local stdio MCP bridge.
> If it fits your workflow, [star SandBase CLI](https://github.com/sandbaseai/cli/stargazers)
> so other agent users can discover it.

> Need hosted model and media APIs instead? SandBase provides one interface for
> [LLM, image, and video generation APIs](https://blog.sandbase.ai/unified-ai-api-llm-image-video-2026/),
> with the [API quickstart](https://www.sandbase.ai/docs/getting-started/) covering keys and first calls.

```bash
git clone --branch v0.3.8 --depth 1 https://github.com/sandbaseai/sandbase-harness.git
cd sandbase-harness
npm ci
npm run build
mkdir ../my-agents && cd ../my-agents
node ../sandbase-harness/dist/index.js init
node ../sandbase-harness/dist/index.js start
# open http://127.0.0.1:3000/dashboard
```

Choose SandBase Harness when you need more than a model loop:

| Need | What Harness provides |
| --- | --- |
| Run generated code safely | Local, Docker, Kubernetes, and self-hosted worker sandboxes |
| Inspect long-running agents | Persistent sessions, resumable event streams, audit, and replay |
| Control tool access | MCP toolsets, credential vaults, permission policies, and approvals |
| Operate any model | OpenAI, Anthropic, MiniMax, and OpenAI-compatible providers, including DeepSeek V4 |
| Keep infrastructure yours | Local-first SQLite and file storage with no required hosted control plane |

If this runtime solves a real agent-infrastructure problem for you,
[star the repository](https://github.com/sandbaseai/sandbase-harness) so other builders can find it.

## Find SandBase Harness

The project is also discoverable through these independent ecosystem directories:

- [Official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.sandbaseai%2Fsandbase-harness)
- [deepseek-plugin.org](https://deepseek-plugin.org/plugins/sandbaseai/sandbase-harness)
- [DeepseekPlugin](https://deepseekplugin.org/en/plugins/sandbaseai-sandbase-harness)
- [DSH Plugin Directory](https://dshplugin.app/plugins/sandbase-harness)
- [DSH Plugin Hub](https://dshpluginhub.dev/en/plugins/sandbaseai/sandbase-harness)
- [DSH Directory](https://dsh.directory/plugins/sandbaseai/sandbase-harness)
- [DSH Harness](https://dsharness.io/en/plugins?search=sandbase-harness)
- [DSH Plugin](https://dshplugin.me/?q=sandbase-harness)
- [DSH Plugin](https://dsh-plugin.org/plugins/sandbaseai/sandbase-harness)
- [dsh.so Trust & Discovery Registry](https://www.dsh.so/artifact/sandbase-harness/)
- [DeepSeek Harness Hub](https://deepseek-harness-hub.com/plugins/sandbase-harness/) — community discovery page; its metadata is currently stale at v0.3.4, so use the current official installation guide
- [Duink DSH Universe](https://duink.com/plugins/1297278222/)
- [DSH Plugin Leaderboard](https://dshpluginleaderboard.com/)
- [Awesome repository index](https://awesome.lvtd.dev/repos/?topic=dsh-plugin)
- [Awesome DSH Plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin)
- [Awesome DeepSeek Harness](https://github.com/0xsline/awesome-deepseek-harness)
- [Awesome DeepSeek Harness — ecosystem list](https://github.com/fendouai/awesome-deepseek-harness)
- [DSHarness 101 Plugin Radar](https://dsharness101.com/plugins/)
- [DeepSeekDocs Ecosystem](https://deepseekdocs.com/en/ecosystem)
- [Awesome Agents](https://github.com/kyrolabs/awesome-agents)
- [Sifted Awesome AI Agents — Agent Runtime Top 100](https://github.com/sifted-network/sifted-awesome-ai-agents/blob/main/top100/Agent%20Runtime.md)
- [Arnon-hs Open Source — MCP projects](https://github.com/Arnon-hs/open-source/blob/main/mcp/README.md)
- [SandBase Awesome Agent Runtime](https://github.com/sandbaseai/awesome-agent-runtime)
- [abordage/awesome-mcp](https://github.com/abordage/awesome-mcp)
- [cccakeee/awesome-dsh-plugins](https://github.com/cccakeee/awesome-dsh-plugins)
- [anbeime/skill — Skills index](https://github.com/anbeime/skill)
- [Awesome DeepSeek Harness Plugins](https://github.com/Zhiyuan-Fan/Awesome-DeepSeek-Harness-Plugins)
- [Hermes Ecosystem — SandBase stack](https://github.com/ksimback/hermes-ecosystem/blob/main/projects/sandbaseai/cli.html)
- [AgentStack](https://www.agentstack.live/mcp/io.github.sandbaseai/sandbase-harness)
- [HVTracker](https://hvtracker.net/agents/sandbase-harness/): independent automated Agent Frameworks profile and ranking snapshot; not a maintainer review or security certification.
- [MCP Servers Live](https://linny006.github.io/mcp-servers-live/r/sandbaseai/sandbase-harness/)
- [DSH X-Ray](https://unstone.github.io/dsh-xray/p/sandbaseai__sandbase-harness.html)
- [DSH Plugins](https://github.com/HackSing/dsh-plugins)
- [Awesome DSH Hub](https://github.com/ukinch605/awesome-dsh-hub)
- [Awesome DSH Plugins 2026](https://github.com/Herdeny/awesome-dsh-plugins-2026)
- [MCP Repository](https://mcprepository.com/sandbaseai/sandbase-harness)
- [MCP Server Hub](https://mcpserver.dev/s/sandbase-harness_4o5awxb): public MCP Server Hub listing for SandBase Harness.
- [MCPFly submission](https://mcpserver.so/submit): repository submission accepted and pending approval; no public listing is claimed yet
- [MCP Central API](https://mcpcentral.io/api/servers?search=sandbase): public downstream registry mirror returning the active `io.github.sandbaseai/sandbase-harness` entry; its version snapshot may lag the current release.
- [MCPVault](https://mcpvault.io/servers/sandbase-harness)
- [F8W 中文项目档案](https://www.f8w.com/github/sandbaseai__sandbase-harness/)
- [RepoRank Русский профиль](https://reporank.net/ru/repo/sandbaseai-sandbase-harness.html)
- [Agent Plugins Hub — legacy snapshot](https://agentplugin.net/dsh/plugins/managed-agents)
- [MCP Market](https://mcpmarket.com/server/sandbase-harness)
- [OpenAgentSkill — code-review](https://www.openagentskill.com/skills/sandbaseai-sandbase-harness-code-review)
- [PluginBench](https://pluginbench.com/mcp/io.github.sandbaseai/sandbase-harness)
- [DSH Plugin Store](https://www.dshplugin.store/plugin/sandbaseai/sandbase-harness)
- [DSH Hub](https://dshhub.dev/plugins/sandbase-harness)
- [DSH Packs](https://www.dshpacks.com/plugins/sandbaseai-sandbase-harness/)
- [dshbase](https://dshbase.com/plugins/sandbase-harness/)
- [FindHarness](https://findharness.com/plugins/sandbaseai-sandbase-harness)
- [DSH Market](https://dshmarket.com/p/sandbaseai/sandbase-harness/)
- [DSH Plugins](https://dshplugins.cc/en/plugins/sandbaseai-sandbase-harness)
- [DSH Plugin Directory](https://dsh-plugin.github.io/directory.html)
- [DSH Plugin Registry](https://github.com/dshplugin-app/deepseek-harness-plugins)
- [dsh-market](https://dshmarket.com/p/sandbaseai/sandbase-harness/)
- [dshplugin.dev](https://dshplugin.dev/plugins/sandbaseai-sandbase-harness)

Recently verified community references:

- [dshbase verified plugin page](https://dshbase.com/plugins/sandbase-harness/)
- [MCP Repository — verified project page](https://mcprepository.com/sandbaseai/sandbase-harness)
- [DSHarness 101 — verified plugin radar entry](https://dsharness101.com/plugins/)
- [DSH Plugin Leaderboard — install-verified entry](https://dshpluginleaderboard.com/)
- [awesome-agent-runtime — merged entry](https://github.com/sandbaseai/awesome-agent-runtime/pull/15)
- [Awesome Agent Cortex — merged entry](https://github.com/0xNyk/awesome-agent-cortex/pull/72)
- [Awesome AI Devtools — merged entry](https://github.com/yeaight7/awesome-ai-devtools/pull/33)
- [Awesome Agent Skills — merged entry](https://github.com/VoltAgent/awesome-agent-skills/pull/946)
- [Awesome AI Agents — merged Harness entry](https://github.com/aloth/awesome-ai-agents/pull/57) (supersedes intake issue #56)
- [WalkingLabs Awesome Harness Engineering — merged entry](https://github.com/walkinglabs/awesome-harness-engineering/pull/76)
- [Adventure Wave Awesome Agent Security — merged entry](https://github.com/adventurewave-labs/awesome-agent-security/pull/2)
- [Awesome Native Agent Platforms — merged Harness entry](https://github.com/sandbaseai/awesome-native-agent-platforms/pull/1)
- [awesome-mcp-servers — merged MCP entry](https://github.com/mcpHQ/awesome-mcp-servers/pull/45)
- [Awesome MCP — merged Harness entry](https://github.com/AlexMili/Awesome-MCP/pull/182)
- [Awesome Agent Plugins — merged Harness plugin entry](https://github.com/ZeroPointRepo/awesome-agent-plugins/issues/5)
- [Awesome Coding Agents — merged Harness entry](https://github.com/kailiu42/awesome-coding-agents/pull/41)
- [Sifted Awesome AI Agents — verified Agent Runtime entry](https://github.com/sifted-network/sifted-awesome-ai-agents/blob/main/top100/Agent%20Runtime.md)
- [Agent Framework Radar — verified automatic entry](https://github.com/linny006/agent-framework-radar)
- [LLM Agents Radar — verified automatic entry](https://github.com/linny006/llm-agents-radar)
- [Awesome DSH Plugin — verified entry](https://github.com/Anil-matcha/awesome-dsh-plugin)
- [Awesome DeepSeek Harness — verified entry](https://github.com/awesome-deepseekharness/awesome-deepseek-harness)
- [Dominic789654 Awesome DeepSeek Harness — verified public entry](https://github.com/Dominic789654/awesome-deepseek-harness)
- [Zhiyuan-Fan Awesome DeepSeek Harness Plugins — verified runtime entry](https://github.com/Zhiyuan-Fan/Awesome-DeepSeek-Harness-Plugins)
- [Herdeny Awesome DSH Plugins 2026 — verified public entry](https://github.com/Herdeny/awesome-dsh-plugins-2026)
- [HackSing DSH Plugins — verified public entry](https://github.com/HackSing/dsh-plugins)
- [white0dew Awesome DSH Plugins — verified generated entry](https://github.com/white0dew/awesome-dsh-plugins)
- [saltbo Awesome Stars — verified public entry](https://github.com/saltbo/awesome-stars)
- [GitHub Insight Radar — verified public recommendation](https://github.com/LeombE/github-insight-radar/blob/main/reports/daily/2026-08-30-action-list.md)
- [Blue-Whale-Harness — verified public directory entry](https://github.com/leenkcool/Blue-Whale-Harness/blob/main/repos.json)
- [DSH Plugin Radar — verified automatic entry](https://github.com/AdamPlatin123/dsh-plugin-radar)
- [Awesome DSH Plugin — merged Harness entry](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin/pull/1879)
- [Awesome DeepSeek Harness — merged runtime entry](https://github.com/0xsline/awesome-deepseek-harness/pull/141)
- [Arnon-hs Open Source / AtlasRepo — verified MCP entry](https://github.com/Arnon-hs/open-source/blob/main/mcp/sandbaseai-sandbase-harness.md)
- [Sagargupta16 Awesome MCP Servers — merged entry](https://github.com/Sagargupta16/awesome-mcp-servers/pull/79)
- [Awesome Agents — merged Harness entry](https://github.com/kyrolabs/awesome-agents/pull/707)
- [Awesome AI Engineering — merged Harness entry](https://github.com/Eric-LLMs/Awesome-AI-Engineering/pull/4)
- [abordage/awesome-mcp — merged Harness entry](https://github.com/abordage/awesome-mcp/pull/95)
- [Awesome DSH Plugin — merged Harness entry](https://github.com/Anil-matcha/awesome-dsh-plugin/pull/47)
- [Awesome DeepSeek Harness — merged Harness entry](https://github.com/Dominic789654/awesome-deepseek-harness/pull/182)
- [DeepSeek Harness Handbook — merged v0.3.8 bridge guide](https://github.com/sandbaseai/deepseek-harness-handbook/pull/291)
- [Awesome DeepSeek Harness Top 500 — merged runtime entry](https://github.com/weekend-project-space/awesome-deepseek-harness-top-500/issues/3)

Pending community review:

- [GitHub Awesome Copilot issue #2725](https://github.com/github/awesome-copilot/issues/2725) — external plugin intake was closed with a “purely paid service” rejection; a maintainer clarification documents the Apache-2.0/self-hosted/Docker boundary, but the current account cannot reopen the issue or trigger `/rerun-intake` ([handoff](https://github.com/github/awesome-copilot/issues/2725#issuecomment-5476953847))
- [NeuraLiying Awesome Agent Harnesses Issue #4](https://github.com/NeuraLiying/Awesome-Agent-Harnesses/issues/4) — proposed for Production Harnesses, SDKs & Frameworks; maintainer verification covers v0.3.8, installation/MCP sources, selectable backends, and the deployment-dependent isolation boundary ([verification](https://github.com/NeuraLiying/Awesome-Agent-Harnesses/issues/4#issuecomment-5473588176))
- [Acuvity MCP Servers Registry Issue #18](https://github.com/acuvity/mcp-servers-registry/issues/18) — proposed the v0.3.8 GHCR stdio bridge with six tools and runtime environment variables; maintainer verification and backend-dependent isolation qualification supplied ([verification](https://github.com/acuvity/mcp-servers-registry/issues/18#issuecomment-5473588201))
- [Nexu Harness Engineering Guide Issue #70](https://github.com/nexu-io/harness-engineering-guide/issues/70) — proposed as a source-backed runtime resource covering sessions, tool governance, approvals, credentials, memory, artifacts, audit/replay, and selectable backends ([verification](https://github.com/nexu-io/harness-engineering-guide/issues/70#issuecomment-5473588182))
- [EvoMap Awesome Agent Evolution Issue #53](https://github.com/EvoMap/awesome-agent-evolution/issues/53) — submitted under Agent Development Platforms with v0.3.8 release, installation, MCP, stateful-runtime, and backend-dependent isolation evidence ([verification](https://github.com/EvoMap/awesome-agent-evolution/issues/53#issuecomment-5473603962))
- [Awesome DeepSeek Harness Top 500 Issue #3](https://github.com/weekend-project-space/awesome-deepseek-harness-top-500/issues/3) — maintainer confirmed the DSH runtime/integration entry was merged after review of the current release, Registry, installation, and backend-boundary evidence ([verification](https://github.com/weekend-project-space/awesome-deepseek-harness-top-500/issues/3#issuecomment-5473603971))
- [Libukai Awesome DeepSeek Harness Issue #94](https://github.com/libukai/awesome-deepseek-harness/issues/94) — proposed as a distinct DSH runtime entry from SandBase CLI, with v0.3.8 installation/MCP and backend evidence ([verification](https://github.com/libukai/awesome-deepseek-harness/issues/94#issuecomment-5473606895))
- [E2B Awesome AI SDKs PR #344](https://github.com/e2b-dev/awesome-ai-sdks/pull/344) — existing canonical Harness entry, currently mergeable; CLA verification still requires contributor action
- [Awesome MCP Servers PR #13240](https://github.com/punkpeye/awesome-mcp-servers/pull/13240) — canonical MCP directory entry with passed `check-submission`; maintainer/Glama review remains pending; superseded duplicates #13188 and #13201 are closed
- [Awesome Harness Engineering PR #226](https://github.com/ai-boost/awesome-harness-engineering/pull/226) — proposed a source-backed SandBase Harness reference under Security, Sandbox & Permissions; PR is open and mergeable, with maintainer review pending ([verification](https://github.com/ai-boost/awesome-harness-engineering/pull/226#issuecomment-5477244942))
- [mcp-catalog PR #2](https://github.com/maximkq/mcp-catalog/pull/2) — weekly ingest lists SandBase Harness as an MCP/skills discovery candidate; final inclusion and categorization remain maintainer-controlled ([verification](https://github.com/maximkq/mcp-catalog/pull/2#issuecomment-5477268112))
- [MCP-SecurityTools issue #5](https://github.com/Ta0ing/MCP-SecurityTools/issues/5) and [Awesome Agent Harness issue #30](https://github.com/mahonzhan/awesome-agent-harness/issues/30) — source-backed review suggestions with maintainer decisions pending ([verification #5](https://github.com/Ta0ing/MCP-SecurityTools/issues/5#issuecomment-5477338220), [verification #30](https://github.com/mahonzhan/awesome-agent-harness/issues/30#issuecomment-5477338223))
- [Awesome Agent Sandbox issue #3](https://github.com/fishman/awesome-agent-sandbox/issues/3) — proposed a container-backed SandBase Harness runtime entry; maintainer review pending ([verification](https://github.com/fishman/awesome-agent-sandbox/issues/3#issuecomment-5477360945))
- [awesome-agent-runtimes PR #2](https://github.com/dz3ai/awesome-agent-runtimes/pull/2) — proposed a source-backed entry in a dedicated Agent Runtime comparison; maintainer review pending ([verification](https://github.com/dz3ai/awesome-agent-runtimes/pull/2#issuecomment-5477409897))
- [awesome-ai-agents-2026 PR #542](https://github.com/caramaschiHG/awesome-ai-agents-2026/pull/542) — proposed SandBase Harness under Self-Hosted Agents and UIs using the directory's requested table format; maintainer review pending ([verification](https://github.com/caramaschiHG/awesome-ai-agents-2026/pull/542#issuecomment-5477460058))
- [Awesome DeepSeek Agent PR #412](https://github.com/deepseek-ai/awesome-deepseek-agent/pull/412) — added bilingual DeepSeek Harness installation/configuration/first-run guides for SandBase Harness; maintainer review pending ([verification](https://github.com/deepseek-ai/awesome-deepseek-agent/pull/412#issuecomment-5477528919))
- [Sunrisepeak dsh-index PR #43](https://github.com/Sunrisepeak/dsh-index/pull/43) — updates the SandBase Harness descriptor from v0.3.7 to v0.3.8; build and boot checks passed at the submitted revision, but the PR currently needs a rebase. A local rebase was reproduced successfully; the upstream branch requires maintainer write access to update
- [Awesome AI Agents 2026 PR #240](https://github.com/ARUNAGIRINATHAN-K/awesome-ai-agents-2026/pull/240) — added the distinct SandBase Harness runtime beside the existing CLI entry under Agent Tooling and Infrastructure; maintainer review pending. The failed link check reports only a pre-existing `ofekron/better-agent` 404 outside this PR.
- [E2B Awesome AI Agents Issue #1468](https://github.com/e2b-dev/awesome-ai-agents/issues/1468) — requested review of SandBase Harness as a distinct runtime entry from the closed CLI submission; follow-up evidence posted, scope decision pending
- [E2B Awesome AI Agents PR #1473](https://github.com/e2b-dev/awesome-ai-agents/pull/1473) — direct open-source agents-list submission created from the issue; the factual entry is mergeable, but the required CLA check remains pending contributor signature
- [LuciferForge MCP Directory Issue #52](https://github.com/LuciferForge/mcp-directory/issues/52) — Harness MCP listing request; corrected the stale MCP-documentation link with the current installation, runtime, and MCP source paths; directory review remains pending
- [MiniMax Awesome Integrations Issue #12](https://github.com/MiniMax-AI/awesome-minimax-integrations/issues/12) — refreshed the SandBase Harness integration request from v0.3.7 to v0.3.8 and linked the current MiniMax, installation, and MCP guides; maintainer review remains pending
- [DhanushNehru Awesome MCP Servers PR #75](https://github.com/DhanushNehru/awesome-mcp-servers/pull/75) — corrected the verification note to use the current `llms-install.md` and `docs/installation.md` paths after the old MCP-documentation path was removed; maintainer review remains pending
- [Picrew Awesome Agent Harness PR #86](https://github.com/Picrew/awesome-agent-harness/pull/86) — corrected an older verification note to use the current MCP installation path; the PR remains the canonical open entry after duplicate #85 was closed
- [Nandanhegde MCP Directory Issue #2](https://github.com/Nandanhegde1/mcp-directory/issues/2) — clarified the removed MCP-documentation path and supplied the current installation/runtime links; directory review remains pending
- [Collective AI Tools Issue #332](https://github.com/hanishrao/collective-ai-tools/issues/332) — clarified the removed MCP-documentation path and supplied the current installation/runtime links; directory review remains pending
- [MyMCPTools Issue #8](https://github.com/shibley/mymcptools/issues/8) — clarified the removed MCP-documentation path and supplied the current installation/runtime links; directory review remains pending
- [Kubernetes Agent Sandbox Issue #1500](https://github.com/kubernetes-sigs/agent-sandbox/issues/1500) — opened a scope discussion about a source-linked SandBase Harness compatibility/deployment example; no existing adapter or inclusion is claimed
- [NipunaRanasinghe Awesome AI Agents PR #184](https://github.com/NipunaRanasinghe/awesome-ai-agents/pull/184) — added SandBase Harness to Core Frameworks using the directory's dynamic stars badge; maintainer review pending
- [Zients Awesome Agent Harness PR #10](https://github.com/zients/awesome-agent-harness/pull/10) — added SandBase Harness to Agent Systems & Harnesses; maintainer review pending
- [McpMux Server Registry PR #286](https://github.com/mcpmux/mcp-servers/pull/286)
- [Mctrinh Awesome MCP Servers PR #105](https://github.com/mctrinh/awesome-mcp-servers/pull/105)
- [Docker MCP Registry PR #4841](https://github.com/docker/mcp-registry/pull/4841) — validation complete; maintainer review pending
- [HabitoAI Awesome MCP Servers PR #37](https://github.com/habitoai/Awesome-MCP-Servers-directory/pull/37) — added to Developer Tools; PR is clean and maintainer review pending
- [MCP Hub / mcpdir issue #20](https://github.com/eL1fe/mcpdir/issues/20) — separate Harness listing request from the existing CLI entry; directory review pending
- [MCP Server Finder evaluation issue #4](https://github.com/ModelContextProtocol-Security/mcpserver-finder/issues/4) — independent MCP bridge evaluation requested; no score or certification claimed
- [TensorBlock Awesome MCP Servers issue #2067](https://github.com/TensorBlock/awesome-mcp-servers/issues/2067) — issue and automated PR #2068 were closed as superseded by merged PR #2060; use the merged entry/profile rather than the incomplete generated metadata ([historical correction](https://github.com/TensorBlock/awesome-mcp-servers/issues/2067#issuecomment-5473393345))
- [Awesome Agent-Native Services PR #116](https://github.com/haoruilee/awesome-agent-native-services/pull/116) — curator-approved dossier with v0.3.8 runtime, MCP, session, approval, credential, and audit/replay evidence; merged by the directory maintainer ([verification](https://github.com/haoruilee/awesome-agent-native-services/pull/116#issuecomment-5473455471))
- [ToolSDK MCP Registry PR #488](https://github.com/toolsdk-ai/toolsdk-mcp-registry/pull/488) — schema and Biome checks pass; maintainer review pending
- [MCP.Directory submission](https://mcp.directory/submit) — already submitted; directory review pending
- [Hugging Face agent-harness registry PR #2432](https://github.com/huggingface/huggingface.js/pull/2432) — merged at [`56e5168`](https://github.com/huggingface/huggingface.js/commit/56e5168c42132c3b90aacbb1dfdc18f41debde6d); the registry now includes SandBase Harness, whose child shell execution defaults to `AI_AGENT=sandbase-harness` while preserving explicit nested-agent markers ([maintainer confirmation](https://github.com/huggingface/huggingface.js/pull/2432#issuecomment-5477151305))
- [Agent Switchboard listing PR #44](https://github.com/assafbar2/agentswitchboard.dev/pull/44) — refreshed v0.3.8 listing; maintainer verification pending
- [Awesome AI Agents 2026 PR #16](https://github.com/Supersynergy/awesome-ai-agents-2026/pull/16) — added SandBase Harness to Agent Runtimes and Platforms; maintainer review pending
- [Awesome AI Agent Engineering PR #1](https://github.com/sspoisk/awesome-ai-agent-engineering/pull/1) — added SandBase Harness to Deployment; maintainer review pending
- [AI Native Landscape submission #18](https://github.com/rootsongjc/ai-native-landscape/issues/18) — submitted under `platform-infra` / `sandboxes-runtimes`; curator review pending
- [Agentic Community Landscape PR #2](https://github.com/agentic-community/agentic-landscape/pull/2) — added SandBase Harness under Agentic → Runtime; maintainer review pending
- [MyMCPTools directory issue #8](https://github.com/shibley/mymcptools/issues/8) — proposed the v0.3.8 MCP bridge for directory review; maintainer review pending
- [mcp.so/mcpso submission thread](https://github.com/chatmcp/mcpso/issues/1#issuecomment-5471477016) — submitted the v0.3.8 MCP bridge through the public GitHub Issue workflow; directory review pending
- [Collective AI Tools Issue #332](https://github.com/hanishrao/collective-ai-tools/issues/332) — submitted SandBase Harness separately from the existing CLI entry; directory review pending
- [Awesome Agent Skills PR #79](https://github.com/philipbankier/awesome-agent-skills/pull/79) — added SandBase Harness to MCP runtime and infrastructure; maintainer review pending
- [Awesome MCP List PR #409](https://github.com/MobinX/awesome-mcp-list/pull/409) — added SandBase Harness to AI Agents & Frameworks; maintainer review pending
- [Best-of MCP Servers issue #370](https://github.com/tolkonepiu/best-of-mcp-servers/issues/370) — proposed for the ranked MCP server list; v0.3.8 bridge and current installation metadata were supplied in a maintainer update, with inclusion/ranking still pending
- [Awesome Agent Runtimes PR #4](https://github.com/beejmaxx/awesome-agent-runtimes/pull/4) — proposed SandBase Harness for the maturity-gated watchlist; current v0.3.8 release, installation, MCP, and API evidence supplied in the [maintainer verification](https://github.com/beejmaxx/awesome-agent-runtimes/pull/4#issuecomment-5473692077); review pending
- [DeepYard submission](https://deepyard.dev/submit) — submitted to the `Frameworks & SDKs` category through the public review form; review pending and no public listing claimed
- [BotMarket MCP record](https://botmarket.bot/v1/mcp/io-github-sandbaseai-sandbase-harness) — public API reports an active record (`102971`) sourced from the official MCP Registry; manual submission queue `4` remains separately tracked
- [Awesome Agent Sandbox PR #2](https://github.com/yanmxa/awesome-agent-sandbox/pull/2) — added SandBase Harness to Related Projects; approved with Sourcery and GitGuardian checks passed, while target-maintainer merge remains pending ([handoff](https://github.com/yanmxa/awesome-agent-sandbox/pull/2#issuecomment-5473182863))
- [Awesome Agent Infra PR #6](https://github.com/shenli/awesome-agent-infra/pull/6) — added SandBase Harness to Runtime and Control Plane; maintainer review pending
- [Awesome CLI Coding Agents PR #314](https://github.com/bradAGI/awesome-cli-coding-agents/pull/314) — added SandBase Harness to Runtime & execution backends; maintainer review pending
- [Awesome AI Developer Stack PR #2](https://github.com/masrisystems/awesome-ai-developer-stack/pull/2) — added SandBase Harness to the MCP Servers table; maintainer review pending
- [Awesome Agent Cortex PR #74](https://github.com/0xNyk/awesome-agent-cortex/pull/74) — added SandBase Harness to Agent Runtime Infrastructure; maintainer review pending
- [Awesome Agent Harness PR #29](https://github.com/mahonzhan/awesome-agent-harness/pull/29) — added SandBase Harness to the Agent Harness timeline; PR is clean and mergeable, maintainer review pending ([verification](https://github.com/mahonzhan/awesome-agent-harness/pull/29#issuecomment-5473355320))
- [AutoJunjie Awesome Agent Harness issue #59](https://github.com/AutoJunjie/awesome-agent-harness/issues/59) — proposed SandBase Harness for Agent Runtimes; current release, API, DeepSeek example, MCP image, and backend-dependent isolation notes supplied for curator review ([verification](https://github.com/AutoJunjie/awesome-agent-harness/issues/59#issuecomment-5473368720))
- [AgentSpot submission #1](https://github.com/agentspot/agentspot-submissions/issues/1) — submitted the GitHub-source/release and GHCR MCP distribution; v0.3.8 installation, MCP, and DeepSeek evidence supplied, awaiting free directory review ([verification](https://github.com/agentspot/agentspot-submissions/issues/1#issuecomment-5473380420))
- [Awesome Loop Engineering resource suggestion #23](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/23) — proposed SandBase Harness as a source-backed learning reference for sessions, tool governance, approvals, and audit/replay; maintainer curation pending ([verification](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/23#issuecomment-5473407275))
- [Best of Agent Harnesses PR #99](https://github.com/RyanAlberts/best-of-Agent-Harnesses/pull/99) — submitted the v0.3.8 Harness entry to the generated ranked catalog; the PR now follows the destination's generator-source contract and passes 54 tests locally. GitHub's fork workflow is awaiting maintainer approval before CI can run; review pending ([CI status](https://github.com/RyanAlberts/best-of-Agent-Harnesses/pull/99#issuecomment-5475714510))
- [Awesome Agent Harnesses PR #5](https://github.com/Anandesh-Sharma/awesome-agent-harnesses/pull/5) — added SandBase Harness to the coding-agent harness map; PR is clean and mergeable, CodeRabbit status is successful, and maintainer review is pending ([verification](https://github.com/Anandesh-Sharma/awesome-agent-harnesses/pull/5#issuecomment-5473341966))
- [Awesome Agentic AI 中文 Stage 7 PR #228](https://github.com/WenyuChiou/awesome-agentic-ai-zh/pull/228) — merged at `1cb0406` as the conflict-free integration for #213; trilingual entries and 1,036 script/31 targeted checks passed
- [Awesome Terminal Agents PR #5](https://github.com/EnigmaYYYY/awesome-terminal-agents/pull/5) — added SandBase Harness as an Engineering-Practice-Tool reference; maintainer review pending
- [Awesome MCP DevTools PR #13](https://github.com/Epistates/awesome-mcp-devtools/pull/13) — added SandBase Harness to Proxies and Gateways; current v0.3.8 and installation/MCP evidence supplied in the [verification comment](https://github.com/Epistates/awesome-mcp-devtools/pull/13#issuecomment-5473780943); maintainer review pending
- [Awesome MCP Collection PR #39](https://github.com/JustInCache/awesome-mcp-collection/pull/39) — added SandBase Harness to Development & Version Control; maintainer review pending
- [Awesome MCP Issue #99](https://github.com/abordage/awesome-mcp/issues/99) — requested addition to Aggregators & Gateways; maintainer review pending
- [Awesome MCP Gateways PR #77](https://github.com/e2b-dev/awesome-mcp-gateways/pull/77) — added SandBase Harness to Open-source MCP Gateways; maintainer review and CLA check pending
- [Awesome AI Harness PR #4](https://github.com/weiwei966/awesome-ai-harness/pull/4) — added SandBase Harness to SDKs & runtimes; maintainer review pending
- [Awesome AI Coding Sandboxes PR #15](https://github.com/fhiltscher/awesome-ai-coding-sandboxes/pull/15) — added SandBase Harness to Adjacent runtimes; maintainer review pending
- [Awesome Agent Infrastructure PR #23](https://github.com/backblaze-labs/awesome-agent-infrastructure/pull/23) — added SandBase Harness to Execution Sandboxes; maintainer review pending
- [Awesome Agent Sandboxing PR #2](https://github.com/IronSecCo/awesome-agent-sandboxing/pull/2) — added SandBase Harness to Self-hosted Agent Runtimes; maintainer review pending (older duplicate #1 closed)
- [Awesome Sandbox PR #27](https://github.com/restyler/awesome-sandbox/pull/27) — added a dedicated SandBase Harness runtime/sandbox guide section; maintainer review pending
- [Awesome AI Agents Security PR #107](https://github.com/ProjectRecon/awesome-ai-agents-security/pull/107) — added SandBase Harness to Sandboxing & Isolation Environments; [verification follow-up](https://github.com/ProjectRecon/awesome-ai-agents-security/pull/107#issuecomment-5473074958) posted, PR is mergeable and maintainer review pending
- [UCSB Awesome Agent Security PR #16](https://github.com/ucsb-mlsec/Awesome-Agent-Security/pull/16) — added SandBase Harness to System-level Runtime Defense; PR is mergeable and maintainer review pending
- [Awesome DevOps MCP Servers PR #327](https://github.com/rohitg00/awesome-devops-mcp-servers/pull/327) — added SandBase Harness to Code Execution; [verification follow-up](https://github.com/rohitg00/awesome-devops-mcp-servers/pull/327#issuecomment-5473090598) posted, PR is mergeable and maintainer review pending
- [EverWorks Awesome MCP Servers PR #161](https://github.com/ever-works/awesome-mcp-servers/pull/161) — added SandBase Harness to Code Execution & Automation; current installation/MCP paths and stale-link correction are in the [verification comment](https://github.com/ever-works/awesome-mcp-servers/pull/161#issuecomment-5473781279); maintainer review pending
- [AIAnytime Awesome MCP Server PR #78](https://github.com/AIAnytime/Awesome-MCP-Server/pull/78) — added SandBase Harness separately from SandBase CLI; the stale documentation path correction is in the [maintainer comment](https://github.com/AIAnytime/Awesome-MCP-Server/pull/78#issuecomment-5473797072); review pending
- [Collabnix Awesome MCP Lists PR #105](https://github.com/collabnix/awesome-mcp-lists/pull/105) — added SandBase Harness to DevOps & Infrastructure; current installation/MCP paths and stale-link correction are in the [verification comment](https://github.com/collabnix/awesome-mcp-lists/pull/105#issuecomment-5473781090); maintainer review pending
- [MCP Finder Awesome MCP Servers PR #9](https://github.com/mcp-finder/awesome-mcp-servers/pull/9) — added SandBase Harness to Cloud and DevOps; current source and backend verification is in the [maintainer comment](https://github.com/mcp-finder/awesome-mcp-servers/pull/9#issuecomment-5473796953); review pending
- [Awesome AI Agent Tools PR #27](https://github.com/michielhdoteth/awesome-ai-agent-tools/pull/27) — merged a separate SandBase Harness MCP catalog entry with Docker stdio installation metadata
- [Enterprise AI Atlas Awesome MCP Servers PR #10](https://github.com/Enterprise-AI-Atlas/awesome-mcp-servers/pull/10) — added SandBase Harness to Developer Tools with Docker stdio installation metadata; PR is mergeable and maintainer review pending
- [Awesome-MCP PR #36](https://github.com/Albertchamberlain/Awesome-MCP/pull/36) — added a structured SandBase Harness `server` entry with stdio transport; PR is mergeable and CI passed
- [Awesome-MCP PR #36 verification](https://github.com/Albertchamberlain/Awesome-MCP/pull/36#issuecomment-5473810768) — current v0.3.8, Registry, running-API, and backend boundary confirmed
- [bgizdov Awesome MCP Servers PR #17](https://github.com/bgizdov/awesome-mcp-servers/pull/17) — added a JSON contribution under DevOps with the published Docker stdio bridge; PR is mergeable and maintainer review pending
- [Awesome AI Coding Tools PR #665](https://github.com/ai-for-developers/awesome-ai-coding-tools/pull/665) — added SandBase Harness to MCP Servers and Directories; [verification follow-up](https://github.com/ai-for-developers/awesome-ai-coding-tools/pull/665#issuecomment-5473061822) posted, PR is mergeable and maintainer review pending
- [Awesome AI Developer Tools PR #11](https://github.com/ayushrajdev9-cmyk/awesome-ai-developer-tools/pull/11) — added SandBase Harness to DevOps & Deployment; PR is mergeable and maintainer review pending
- [Pipedream Awesome MCP Servers PR #111](https://github.com/PipedreamHQ/awesome-mcp-servers/pull/111) — added SandBase Harness to the Artificial Intelligence MCP server list; verification follow-up is [posted](https://github.com/PipedreamHQ/awesome-mcp-servers/pull/111#issuecomment-5473048884), PR is mergeable, maintainer review pending
- [Awesome AI & Developer Tools PR #5](https://github.com/guojianrong/awesome-ai-developer-tools/pull/5) — added SandBase Harness to CI/CD & DevOps; PR is mergeable and maintainer review pending
- [Awesome AI & Developer Tools PR #5 verification](https://github.com/guojianrong/awesome-ai-developer-tools/pull/5#issuecomment-5473810596) — current release, bridge image, scope, and backend boundary confirmed
- [LaunchApp Awesome AI Coding Tools PR #34](https://github.com/launchapp-dev/awesome-ai-coding-tools/pull/34) — added SandBase Harness to the MCP section with self-hosted and free/open-source tags; PR is mergeable and maintainer review pending
- [LaunchApp Awesome AI Coding Tools PR #34 verification](https://github.com/launchapp-dev/awesome-ai-coding-tools/pull/34#issuecomment-5473974225) — current v0.3.8, Registry/image references, and backend-dependent sandbox boundary confirmed
- [AI Agent Sandboxes PR #3](https://github.com/pjlsergeant/ai-sandboxes/pull/3) — added evidence-linked structured SandBase Harness metadata; maintainer review pending
- [Awesome Agent Sandbox PR #2](https://github.com/vivy-yi/awesome-agent-sandbox/pull/2) — added SandBase Harness to the Self-hosted / Open Source sandbox table; maintainer review pending
- [Awesome Agent Sandboxes PR #9](https://github.com/dloss/awesome-agent-sandboxes/pull/9) — added SandBase Harness to Containers; maintainer review pending
- [Awesome Agent Sandboxes PR #9 verification](https://github.com/dloss/awesome-agent-sandboxes/pull/9#issuecomment-5473974508) — current v0.3.8 sources and backend-dependent isolation confirmed
- [Awesome Agent Sandbox PR #4](https://github.com/fishman/awesome-agent-sandbox/pull/4) — added SandBase Harness to Container Sandboxes and the comparison table; maintainer review pending
- [Awesome Agent Sandboxes PR #59](https://github.com/msyvr/awesome-agent-sandboxes/pull/59) — added structured SandBase Harness sandbox metadata and regenerated catalog outputs; maintainer review pending
- [MeshKore directory submission](https://meshkore.com/directory) — accepted for review as submission #15; public profile pending
- [Awesome Agentic Open-Source Tools PR #1](https://github.com/samaybhavsar/awesome-agentic-opensource-tools/pull/1) — added to Agent Frameworks & Orchestration; maintainer review pending
- [awesome-ai-agents-2026 PR #2](https://github.com/Dehar624/awesome-ai-agents-2026/pull/2) — added to Local Runtimes & LLM Management; maintainer review pending
- [AgentFirst directory PR #46](https://github.com/bradvin/agentfirst.directory/pull/46) — added to Compute & Sandboxes; the repository metadata/media generators were re-run successfully with no additional diff, and the existing `cf412e0` metadata commit is verified; maintainer review pending ([verification](https://github.com/bradvin/agentfirst.directory/pull/46#issuecomment-5475442727))
- [AI Agent Tools submission](https://aiagenttools.dev/submit) — accepted as open-source infrastructure submission `mtgu4e78fw1ja`; directory review pending
- [AgentVerse-5K PR #3](https://github.com/mrahm65/AgentVerse-5K/pull/3) — added SandBase Harness to Coding Agents and MCP Servers; PR is clean and mergeable, maintainer review pending
- [AI Agent Marketplace PR #36](https://github.com/aiagenta2z/ai-agent-marketplace/pull/36) — added SandBase Harness to the marketplace `AGENT.md` using official installation, MCP, deployment, and issue links; maintainer review pending
- [Awesome AI Agents PR #4](https://github.com/asdfgh12345123/awesome-ai-agents/pull/4) — added SandBase Harness to Agent Tools with a canonical repository link and factual runtime description; maintainer review pending
- [中文 Awesome AI Agents PR #13](https://github.com/Uky0Yang/awesome-ai-agents-zh/pull/13) — added SandBase Harness to MCP 生态 with generated catalog data and passing validation; maintainer review pending
- [BestAIAgent.in PR #1](https://github.com/CodesbyFebin/BESTAIAGENT-MASTER/pull/1) — added SandBase Harness to the imported/noindex agent catalog tier with an official source link; maintainer review pending
- [中文 Agent 清单 PR #2](https://github.com/gengyueworks/awesome-ai-agents/pull/2) — added SandBase Harness to the runtime/framework section as an independent project from DeepSeek Harness; maintainer review pending
- [Protodex MCP Directory issue #52](https://github.com/LuciferForge/mcp-directory/issues/52) — submitted SandBase Harness through the directory's public server-request workflow; maintainer/index review pending
- [Nandanhegde MCP Directory issue #2](https://github.com/Nandanhegde1/mcp-directory/issues/2) — submitted SandBase Harness through the directory's public server submission workflow; weekly review/indexing pending
- [Public MCP Servers PR #12](https://github.com/dev48v/public-mcp-servers/pull/12) — added the v0.3.8 Docker stdio bridge with API prerequisite and secret-scope notes; directory validation passed, maintainer review pending
- [OpenModels MCP Registry PR #22](https://github.com/openmodelsrun/mcp/pull/22) — added a structured six-tool stdio entry with the pinned v0.3.8 Docker image, required runtime URL, and optional API-key metadata; validation passed, maintainer review pending
- [we-can-use MCP curation PR #2](https://github.com/littleduck1219/we-can-use/pull/2) — added SandBase Harness to the curated English and Korean MCP infrastructure lists with an official source link and backend/deployment isolation qualification; maintainer review pending
- [Awesome-AI-Repos PR #2](https://github.com/cyber-albsecop/Awesome-AI-Repos/pull/2) — added SandBase Harness to the AI Agents & Agent Frameworks section with a concise, canonical repository description; maintainer review pending
- [AgentStack directory issue #1](https://github.com/magiautonomous/agentstack/issues/1) — suggested SandBase Harness for the MCP server category with the official repository, v0.3.8 Docker command, and deployment-dependent isolation note; maintainer review pending
- [Awesome Agent Plugins issue #5](https://github.com/ZeroPointRepo/awesome-agent-plugins/issues/5) — maintainer accepted the existing `agent-plugin/` bundle under Dev & Coding after validating both canonical 1.0.0 manifests; the issue is closed and the public catalog entry is live
- [Official Discussion #116 Agent Plugin update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18214336) — published a bilingual integration note linking the schema-validated `agent-plugin/` bundle and its community review issue
- [Official Discussion #116 promotion checkpoint](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18214545) — summarized four current community directory review paths and reiterated that they remain pending, with deployment-dependent isolation disclosed
- [AI Systems Atlas suggestion #34](https://github.com/katagun/ai-systems-atlas/issues/34) — proposed SandBase Harness for evidence-backed review as an operational AI system; Atlas curation review pending
- [Awesome Agent OS PR #3](https://github.com/cueos/awesome-agent-os/pull/3) — canonical SandBase Harness runtime submission remains open and mergeable; older duplicate PR #2 was closed
- [Awesome Engineering AI PR #3](https://github.com/Lancetnik/awesome-engineering-ai/pull/3) — proposed SandBase Harness for Harnesses, GUIs and workspaces; GitGuardian and maintainer review pending
- [Awesome MCP Toolkit PR #3](https://github.com/ihpwhath/awesome-mcp-toolkit/pull/3) — proposed SandBase Harness for the Chinese Developer & Code MCP section; maintainer review pending
- [Awesome Agentic AI PR #2](https://github.com/Titan-Codes-Official/awesome-agentic-ai/pull/2) — proposed SandBase Harness for Sandboxes and Computer Use with a source-linked runtime description; maintainer review pending
- [MCP Server Finder evaluation issue #4](https://github.com/ModelContextProtocol-Security/mcpserver-finder/issues/4) — requested an independent quality and security assessment of the MCP bridge; review pending
- [Agentic DevOps MCP PR #42](https://github.com/agenticdevops/awesome-devops-mcp/pull/42) — added to Kubernetes & Containers; maintainer review pending
- [Awesome DevOps AI PR #54](https://github.com/hammadhaqqani/awesome-devops-ai/pull/54) — merged into MCP Servers for DevOps; the public entry now provides another source-linked discovery path
- [Awesome Platform Engineering PR #63](https://github.com/shospodarets/awesome-platform-engineering/pull/63) — added to Internal Developer Platforms; maintainer review pending
- [Awesome DevOps Platform PR #4](https://github.com/tysoncung/awesome-devops-platform/pull/4) — added to AI & Automation in DevOps; maintainer review pending
- [Awesome Platform Engineering PR #11](https://github.com/ShakedBraimok/awesome-platform-engineering/pull/11) — added to AI Platform Engineering & LLMOps; maintainer review pending
- [Awesome LLMOps PR #539](https://github.com/InftyAI/Awesome-LLMOps/pull/539) — generated from project request #538 under Runtime / AI Agent; build passed, maintainer review pending
- [TensorChord Awesome LLMOps PR #785](https://github.com/tensorchord/Awesome-LLMOps/pull/785) — added SandBase Harness to the LLMOps catalog; DCO now passes and maintainer review is pending
- [Awesome-LLMSecOps PR #66](https://github.com/wearetyomsmnv/Awesome-LLMSecOps/pull/66) — added a source-linked SandBase Harness entry under Agentic security; PR is clean and mergeable, maintainer review pending
- [Awesome Agent Runtime Security PR #30](https://github.com/bureado/awesome-agent-runtime-security/pull/30) — added SandBase Harness to Sandboxing & Isolation with explicit deployment/backend limits; PR is clean and mergeable, maintainer review pending
- [Awesome LLM Security PR #313](https://github.com/corca-ai/awesome-llm-security/pull/313) — added SandBase Harness to Tools as a runtime-governance reference; PR is clean and mergeable, maintainer review pending
- [Awesome AI Agents PR #467](https://github.com/jim-schwoebel/awesome_ai_agents/pull/467) — existing single-line SandBase Harness entry in the AI-agent resources list; PR is clean and mergeable, maintainer review pending
- [Jenqyang Awesome AI Agents PR #460](https://github.com/Jenqyang/Awesome-AI-Agents/pull/460) — added SandBase Harness to Applications → Tools under the repository's OSS and neutral-description rules; PR is clean and mergeable, maintainer review pending
- [Slava Awesome AI Agents PR #403](https://github.com/slavakurilyak/awesome-ai-agents/pull/403) — existing SandBase Harness entry in the AI Agents list; PR is clean and mergeable, maintainer review pending
- [Scottcjn Awesome Agents PR #59](https://github.com/Scottcjn/awesome-agents/pull/59) — existing SandBase Harness entry in an Agent platforms/frameworks directory; PR is clean and mergeable, maintainer review pending
- [Awesome Agent Infrastructure PR #21](https://github.com/backblaze-labs/awesome-agent-infrastructure/pull/21) — added to Execution Sandboxes; entry refreshed to the current MCP installation guide, maintainer review pending
- [Awesome DevOps PR #30](https://github.com/nirgeier/awesome-devops/pull/30) — added SandBase Harness to the MCP tools catalog; DCO passed, maintainer review pending
- [Awesome Self-Hosted Agents PR #6](https://github.com/arcane-bear/awesome-self-hosted-agents/pull/6) — added SandBase Harness to the self-hosted agent frameworks list; PR is clean and maintainer review pending
- [Awesome Agent Infra PR #2](https://github.com/jovial-liu/awesome-agent-infra/pull/2) — added SandBase Harness to the machine-readable runtime catalog; validation, tests, and lint pass, maintainer review pending
- [Awesome AI Agents PR #1](https://github.com/tioraicom/awesome-ai-agents/pull/1) — added SandBase Harness to Agent infrastructure; PR is clean and maintainer review pending
- [Awesome Agent Operating Systems PR #13](https://github.com/frankxai/awesome-agent-operating-systems/pull/13) — merged SandBase Harness into Agent Runtimes with a dated verification link
- [Awesome Agent Services PR #8](https://github.com/farol-team/awesome-agent-services/pull/8) — added SandBase Harness to Sandboxes & Compute; PR is clean and maintainer review pending
- [Awesome AI Automation PR #3](https://github.com/minhazda/awesome-ai-automation/pull/3) — added SandBase Harness to AI agents & LLM automation; PR is clean and maintainer review pending
- [Awesome Best Open Source AI Agents 2026 PR #1](https://github.com/GagnDeep/awesome-best-open-source-ai-agents-2026/pull/1) — added a GitHub-verified runtime entry with license, language, Stars, activity, and Best-for metadata; PR is clean and maintainer review pending
- [Awesome AI Agents — Agent Playbook PR #1](https://github.com/agentplaybook-io/awesome-ai-agents/pull/1) — added SandBase Harness to the self-hosted frameworks list; PR is clean and maintainer review pending
- [Discussion #116](https://github.com/sandbaseai/sandbase-harness/discussions/116) — official DevOps runtime and MCP bridge discovery post; latest promotion checkpoint records the Awesome MCP merge and current community review paths ([checkpoint](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18216385))
- [DeepSeek Harness Showcase update](https://github.com/deepseek-ai/deepseek-harness/discussions/1918#discussioncomment-18212204) — bilingual update covering the gVisor integration path and corrected Hugging Face attribution review
- [Cline MCP Marketplace issue #2364](https://github.com/cline/mcp-marketplace/issues/2364) — v0.3.8 MCP bridge submission under review; see the [maintainer verification note](https://github.com/cline/mcp-marketplace/issues/2364#issuecomment-5473147267) and [official bilingual update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18212395)
- [MCPSo submission issue #3834](https://github.com/chatmcp/mcpso/issues/3834)
- [Awesome Agent Frameworks architecture proposal #6](https://github.com/subinium/awesome-agent-frameworks/issues/6)
- [Agent Sandbox Taxonomy profile proposal #5](https://github.com/kajogo777/the-agent-sandbox-taxonomy/issues/5)
- [Open-Kairox Awesome Agent Harnesses Issue #1](https://github.com/open-kairox/awesome-agent-harnesses/issues/1) — suggested for the bilingual Agent Harness list; maintainer verification covers v0.3.8, installation/MCP, runtime controls, and backend-dependent isolation ([verification](https://github.com/open-kairox/awesome-agent-harnesses/issues/1#issuecomment-5473624141))
- [AgentSeal MCP Security Registry issue #36](https://github.com/getagentseal/agentseal/issues/36) — requested the registry's normal MCP security analysis for the v0.3.8 bridge; current source, release, installation, six-tool, and backend-dependent isolation evidence are provided without requesting a preset score or certification ([verification](https://github.com/getagentseal/agentseal/issues/36#issuecomment-5476519347))
- [Awesome Claude Code issue #2657](https://github.com/hesreallyhim/awesome-claude-code/issues/2657) — maintained a separate SandBase CLI suggestion with current v0.1.17, Apache-2.0, MCP Registry, and 25-client documentation evidence; no ranking, endorsement, or security certification is claimed ([verification](https://github.com/hesreallyhim/awesome-claude-code/issues/2657#issuecomment-5476542147))
- [MCPDir issue #20](https://github.com/eL1fe/mcpdir/issues/20) — maintained the separate SandBase Harness runtime submission with v0.3.8, six-tool MCP bridge, installation, and backend-dependent isolation evidence ([verification](https://github.com/eL1fe/mcpdir/issues/20#issuecomment-5476577241))
- [MCPRadar scan request #8](https://github.com/yatuk/mcpradar/issues/8) — requested an independent scan of the official v0.3.8 MCP bridge; current image, Registry identity, launch configuration, user-owned API boundary, and backend-dependent isolation were verified ([verification](https://github.com/yatuk/mcpradar/issues/8#issuecomment-5476708421))
- [Awesome MCP Registry nomination #49](https://github.com/sunnamed434/awesome-mcp-registry/issues/49) — submitted the current MCP bridge for the directory's normal automated evaluation, with release, Registry identity, image, installation, API, and backend-boundary evidence ([verification](https://github.com/sunnamed434/awesome-mcp-registry/issues/49#issuecomment-5476721836))
- [AgentStack issue #1](https://github.com/magiautonomous/agentstack/issues/1) — proposed SandBase Harness for the MCP server directory with current release, Registry, image, installation, user-owned API, and backend-boundary evidence ([verification](https://github.com/magiautonomous/agentstack/issues/1#issuecomment-5476734625))
- [AI Systems Atlas issue #34](https://github.com/katagun/ai-systems-atlas/issues/34) — proposed SandBase Harness as an operational AI system with current license, runtime, installation, MCP, and deployment-boundary evidence ([verification](https://github.com/katagun/ai-systems-atlas/issues/34#issuecomment-5476745347))
- [RUCAIBox Awesome Agent Harness issue #11](https://github.com/RUCAIBox/awesome-agent-harness/issues/11) — submitted a scope-qualified runtime resource proposal with current release, source, installation, MCP, and handbook evidence; formal-paper-only scope remains a valid reason to close it ([verification](https://github.com/RUCAIBox/awesome-agent-harness/issues/11#issuecomment-5476757724))
- [Awesome Agent Harness survey issue #14](https://github.com/Gloriaameng/Awesome-Agent-Harness/issues/14) — supplied conservative Full-Stack matrix evidence, retaining partial labels for context management and evaluation ([verification](https://github.com/Gloriaameng/Awesome-Agent-Harness/issues/14#issuecomment-5476769550))
- [AAE Agent Engineering issue #1](https://github.com/Lxcardoza993/AAE/issues/1) — proposed SandBase Harness for the Agent Harness category with source, release, architecture, MCP metadata, and DeepSeek integration evidence ([verification](https://github.com/Lxcardoza993/AAE/issues/1#issuecomment-5476780849))
- [Bilingual Awesome Agent Harness issue #7](https://github.com/to-real/awesome-agent-harness/issues/7) — verified the English/中文 runtime proposal with current release, API, MCP, DeepSeek, and bridge-image evidence ([verification](https://github.com/to-real/awesome-agent-harness/issues/7#issuecomment-5476792053))
- [Kubernetes SIG Agent Sandbox issue #1500](https://github.com/kubernetes-sigs/agent-sandbox/issues/1500) — opened a scope-qualified compatibility/example discussion separating Kubernetes workload orchestration from Harness session governance ([verification](https://github.com/kubernetes-sigs/agent-sandbox/issues/1500#issuecomment-5476838095))
- [Awesome DSH Plugins issue #17](https://github.com/coolbat/awesome-dsh-plugins/issues/17) — clarified the separate repository, MCP Registry, and OCI identities from the unrelated `managed-agents` npm package; conservative Hold Queue remains valid if a unique npm name is required ([verification](https://github.com/coolbat/awesome-dsh-plugins/issues/17#issuecomment-5476854410))
- [Awesome MCP issue #99](https://github.com/abordage/awesome-mcp/issues/99) — maintained a separate Gateway & Proxy category proposal while distinguishing it from the merged Sandbox & Execution entry; current MCP/runtime evidence and the backend-dependent boundary are documented ([verification](https://github.com/abordage/awesome-mcp/issues/99#issuecomment-5476628773))
- [Awesome Agent Sandboxes PR #9](https://github.com/arjan/awesome-agent-sandboxes/pull/9)
- [Mossaka Awesome Agent Sandboxes PR #1](https://github.com/Mossaka/awesome-agent-sandboxes/pull/1)
- [Yenanjing Awesome Harness Engineering PR #6](https://github.com/yenanjing/awesome-harness-engineering/pull/6)
- [Awesome Harness Engineering 中文版 PR #6](https://github.com/whobot-ai/awesome-harness-engineering-zh/pull/6)
- [Awesome Harness Engineering PR #226](https://github.com/ai-boost/awesome-harness-engineering/pull/226) — added SandBase Harness to Security, Sandbox & Permissions with a source-backed technical description; maintainer review pending
- [Awesome Agent Architecture issue #90](https://github.com/hardness1020/awesome-agent-architecture/issues/90) — proposed as a source-backed system under study, with architecture/runtime evidence and maintainer verification ([verification](https://github.com/hardness1020/awesome-agent-architecture/issues/90#issuecomment-5473624085))
- [AgentIndex issue #3](https://github.com/agentidx/agentindex/issues/3) — proposed a source-backed runtime index entry; maintainer verification covers v0.3.8, installation/MCP, session governance, audit/replay, and backend-dependent isolation ([verification](https://github.com/agentidx/agentindex/issues/3#issuecomment-5473643330))
- [Agent Harness MCP preset issue #47](https://github.com/madebywild/agent-harness/issues/47) — proposed a source-backed MCP preset using the published bridge image and six tools; maintainer review is pending ([verification](https://github.com/madebywild/agent-harness/issues/47#issuecomment-5473643364))
- [dsh-index PR #43](https://github.com/Sunrisepeak/dsh-index/pull/43) — proposed the current SandBase Harness descriptor; checks passed at submission but the PR currently needs a rebase
- [Discussion #116 update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18212016) — v0.3.8 安装与已合并集成状态(中文更新);欢迎用户反馈
- [Discussion #116 latest update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18212677) — announced the merged Awesome Coding Agents listing and reiterated the current installation source plus the TensorBlock metadata caveat
- [Discussion #116 promotion update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18213014) — bilingual checkpoint for the DeepYard review submission and BotMarket manual-review queue
- [Discussion #116 BotMarket status correction](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18213051) — records the active Registry-sourced BotMarket MCP entry and separates it from manual queue `4`
- [Discussion #116 TensorBlock update](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18213205) — announces the merged TensorBlock MCP entry and public profile with the current v0.3.8 bridge reference
- [Discussion #116 promotion checkpoint](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18216462) — records four newly reconciled public directory merges and the corresponding [Daily Ops PR #458](https://github.com/sandbaseai/sandbase-daily-ops/pull/458)
- [Discussion #116 promotion checkpoint](https://github.com/sandbaseai/sandbase-harness/discussions/116#discussioncomment-18216609) — summarizes the latest MCP, AgentStack, AI Syste

More