DeepSeek Harness plugin

dsh-plugin-mcp-connector

MCP connector plugin for DeepSeek Harness with WebUI management panel

Jump to install

Source facts

Repository
gxinxing/dsh-plugin-mcp-connector
Latest update
Aug 20, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-21

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/gxinxing/dsh-plugin-mcp-connector
Plugin: dsh-plugin-mcp-connector
Author: gxinxing

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

MCP 一站式连接器

基于 DeepSeek Harness 的 MCP 协议可视化管理插件。

功能特性

  • 可视化面板:在 DSH Web GUI 中通过 /mcp 路径访问管理页面
  • 动态管理:添加 / 删除 / 启用 / 禁用 / 重启 MCP 服务
  • 自动注册工具:启动的服务会自动把 MCP tools 注册到 DSH
  • 调用日志:捕获 MCP 工具的调用参数与返回结果
  • 配置持久化:服务列表保存在 ~/.dsh/mcp-servers.json

快速开始

# 1. 安装依赖
pnpm install

# 2. 构建
pnpm build

# 3. 安装到 DSH Profile
dsh plugin --profile web add .

# 4. 重启 DSH 并打开面板
dsh --profile web
# 浏览器访问 http://127.0.0.1:3080/mcp

传输模式

支持以下 MCP 传输模式:

  • stdio:本地子进程通信
  • sse:Server-Sent Events
  • streamable-http:Streamable HTTP

工具命名规则

每个 MCP 工具在 DSH 中的公开名称为:

mcp__<serverName>__<rawToolName>

License

MIT