DeepSeek Harness plugin

dsh-mcp-panel-superpai

DSH MCP 管理面板:在设置-插件中新增 MCP 标签页,查看已安装 MCP 服务器的状态并一键启用/停用

Jump to install

Source facts

Repository
SuperPaiGu/dsh-mcp-panel
Latest update
Aug 21, 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-20

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/SuperPaiGu/dsh-mcp-panel
Plugin: dsh-mcp-panel-superpai
Author: SuperPaiGu

Check the source files

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

File explorer2 files
README.mdSource · read only

dsh-mcp-panel

给 DeepSeek Harness(DSH)加一个 MCP 管理面板:在 Web GUI 的 设置 → 插件 里新增一个 MCP 标签页,查看已安装 MCP 服务器的运行状态、工具数量,并一键启用或停用。

预览

![ScreenShot_2026-08-18_013810_151](./assets/ScreenShot_2026-08-18_013810_151.png)

功能

  • 列出 cordis 配置中所有 @deepseek-ai/dsh-mcp-client 行(stdio / streamable-http 两种传输)
  • 显示每个 MCP 服务器:服务器名、传输类型、启动命令 / URL、运行状态(运行中 / 已停止 / 加载失败)、已同步工具数
  • 一键「停用 / 启用」:停用断开 MCP 进程并注销全部工具;启用重新拉起进程、连接并同步工具
  • 每 3 秒自动刷新状态,支持手动刷新

怎么安装(手动安装)

你需要先有

  • 电脑上已经能用的 DSH(终端里 dsh 命令能跑)

两步装好

第 1 步:到本仓库的 Release 页面下载 dsh-mcp-panel-0.1.2.tgz,然后在终端执行:

dsh plugin --profile web add ./dsh-mcp-panel-0.1.2.tgz

第 2 步:重启 DSH Web 服务(先停止当前的 dsh web,再重新启动)。

打开 设置 → 插件 → MCP 即可使用。安装后,在 设置 → 插件 → 插件列表 中会显示为 mcp-panel

从 GitHub 直接安装(不下载文件)

dsh plugin --profile web add github:SuperPaiGu/dsh-mcp-panel

装完同样需要重启 DSH Web 服务。

卸载

dsh plugin --profile web remove dsh-mcp-panel

注意事项

  • 生效范围:停用某个 MCP 后,其全部工具(如 mcp__github__*)立即从当前会话注销
  • 默认恢复:启用 / 停用只影响当前运行;DSH 重启后所有 MCP 回到配置文件中的默认状态

怎么安装(Agent 安装)

> 由 AI Agent 在用户机器上执行的确定性指令,按顺序执行,每步有验收条件。

0. 环境检测

dsh --version    # 命令不存在则提示用户先安装 DSH

1. 安装插件(首选 GitHub,无需下载文件)

dsh plugin --profile web add github:SuperPaiGu/dsh-mcp-panel

验收:退出码 0,输出含 + dsh-mcp-panel

(如需固定版本:从 Release 下载 dsh-mcp-panel-0.1.2.tgz,用 dsh plugin --profile web add ./dsh-mcp-panel-0.1.2.tgz。)

2. 重启 DSH Web 服务

停止当前 dsh web,再以用户原有方式重新启动。

验收:启动日志无报错;设置 → 插件 → 插件列表mcp-panel 行为 active。

3. 验收清单

  • [ ] 第 1 步退出码 0
  • [ ] dsh --profile web --dump-configmcp-panel
  • [ ] 重启后 设置 → 插件 → MCP 标签页可见

目录结构

dsh-mcp-panel/          组合包根
├── package.json        dsh.bundle + dsh.client 声明
├── cordis.patch.yml    插件层(id mcp-panel → dsh-mcp-panel)
├── index.js            Host 插件:/mcp-panel/* 端点 + loader 枚举/启停
├── client.js           Web 客户端 bundle:设置面板 MCP 标签页
└── README.md

License

MIT