orgx-deepseek-harness-plugin
Run the following command in DeepSeek Harness:
dsh plugin install useorgx/orgx-deepseek-harness-plugin
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install useorgx/orgx-deepseek-harness-plugin in your DeepSeek Harness terminal to install this plugin; source code is available at https://github.com/useorgx/orgx-deepseek-harness-plugin
About this plugin
Getting org-level MCP tools to appear naturally inside a DeepSeek Harness headless profile used to require a stack of custom glue code. orgx-deepseek-harness-plugin mounts OrgX's hosted MCP endpoint as a single authenticated MCP client named orgx, so the model can call organisation-registered tools during inference with no manual bridging.
The package also ships a workspace-bound OrgX gateway peer speaking Protocol v1 over WebSocket. A strict fail-closed readiness gate runs before any task starts: it proves the pinned runtime is alive, confirms the DeepSeek API balance endpoint accepts the key, and verifies a successful MCP tools/list round-trip. On completion the peer atomically writes a durable receipt to a mode-0700 outbox and then POSTs it to an idempotent endpoint, so results survive disconnects and restarts.
This is a developer preview aimed at engineering teams integrating OrgX's dispatch loop into automated DeepSeek Harness pipelines. It does not run a browser PKCE flow, bridges MCP tools only (Resources and Prompts are unavailable), and enforces a workspace path boundary rather than full host isolation. If your workflow already depends on headless inference plus org-level tool dispatch, this plugin is the most direct integration layer available today.
Use Cases
- Mount OrgX's hosted MCP endpoint as an authenticated client inside a DeepSeek Harness headless profile so the model can invoke org-registered tools during inference
- Run a workspace-bound OrgX gateway peer in headless mode with a strict fail-closed readiness gate that verifies runtime liveness, API balance, and MCP tool sync before dispatch
- Wire OrgX tool dispatch into automated DeepSeek Harness pipelines, with durable receipt persistence and idempotent HTTP reporting after every completed task
Best For
- Engineering teams building automated DeepSeek Harness inference pipelines
- Developers integrating org-level MCP tool chains into agent workflows
- Platform teams managing gateway peers and org-level tool dispatch at scale
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.