AI Agent Hub
Back to plugins
🧰

dsh-mcp-bridge

Web Tools Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install liiiubai/dsh-mcp-bridge

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install liiiubai/dsh-mcp-bridge in your DeepSeek Harness terminal to install the plugin; the source is hosted at https://github.com/liiiubai/dsh-mcp-bridge

About this plugin

The official dsh-mcp-client answers how to pull external MCP servers into DSH; dsh-mcp-bridge answers the reverse: letting any MCP-compatible client (Claude Code, Codex, OpenClaw, or beyond) treat your running DeepSeek Harness instance as a tool provider.

Exposed over streamable HTTP at /mcp, the bridge enumerates tools dynamically from the agent scope rather than hardcoding schemas. The security model layers a read-only default allowlist, a hard denylist covering pwsh, write, edit, and subagent orchestration, and the DSH sandbox plus approval pipeline on every call, so even a misconfiguration cannot expose high-risk operations. Zero dependencies, zero build step. Install and go.

Best for teams running a DeepSeek Harness workspace who also need other MCP-compatible agents to invoke its file, search, and web tools directly. Paired with the official dsh-mcp-client for the inbound direction, DSH becomes a first-class citizen of the broader MCP ecosystem.

Use Cases

  • Invoke DSH workspace tools (file read, glob, grep, web search) remotely from Claude Code or Codex
  • Expose a running DSH instance as a shared tool provider in a multi-agent pipeline
  • Safely expose read-only tool interfaces to other MCP-compatible agents while preserving DSH sandbox and approval pipeline

Best For

  • Multi-agent team developers running a DeepSeek Harness workspace who want other agents to call its tools directly
  • Platform engineers integrating DSH into external agent platforms like Claude Code, Codex, or OpenClaw
  • Ops and architecture teams wanting to expose tool interfaces without compromising the DSH sandbox and approval pipeline