AI Agent Hub
Back to plugins
🖥️

dsh-plugin-mcp-connector

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install gxinxing/dsh-plugin-mcp-connector

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

Run dsh plugin install gxinxing/dsh-plugin-mcp-connector in your terminal to install this plugin into DeepSeek Harness; the source repository is available at https://github.com/gxinxing/dsh-plugin-mcp-connector

About this plugin

Managing multiple MCP services inside DeepSeek Harness used to mean repeatedly hand-editing JSON files, restarting the process, and hoping the tools actually registered. dsh-plugin-mcp-connector moves that entire workflow into the browser: open the /mcp page in the DSH Web GUI, and adding, removing, enabling, disabling, or restarting an MCP service feels as natural as clicking buttons on any other panel, while the configuration is automatically persisted to a local file so nothing is lost between restarts.

Four core capabilities make the difference. First, dynamic management lets every lifecycle action happen in the panel with changes taking effect immediately, eliminating the edit-save-restart cycle. Second, automatic tool registration means each enabled MCP service mounts its tools into DSH without any manual declaration, keeping the tool namespace clean. Third, built-in call logging captures the parameters and return values of every tool invocation, so debugging no longer requires digging through scattered terminal output. Fourth, multi-transport support covers stdio local subprocesses, Server-Sent Events, and Streamable HTTP, allowing local scripts and remote services to coexist in a single configuration.

This plugin is aimed at developers running two or more MCP services within a DSH workflow, particularly those who frequently swap service combinations, need to audit tool behaviour, or want to migrate MCP configuration out of the command line and into a visual interface.

Use Cases

  • Swapping between multiple MCP service combinations with instant effect
  • Debugging anomalous MCP tool call parameters and return values
  • Centrally managing local stdio and remote SSE/HTTP services in one place

Best For

  • Developers running multiple MCP services within a DSH workflow
  • Engineers who frequently start, stop, or restart MCP services
  • Teams that want to move MCP configuration from the command line to a visual interface