它解决什么问题
MCP management console for the official DeepSeek Harness MCP client: /mcp command with health diagnostics and pipeline trial calls, a Settings MCP tab with server CRUD (approval-gated writes, automatic backups) and a tool trial console over the official tool pipeline (Apache-2.0, dsh-plugin).
核心功能
- 1024 商店渠道:先执行一次 npm i -g dsh1024,然后执行 dsh1024 plugin --profile web add dsh-mcp-panel(计入 deepseek1024.com 安装排名)。
- /mcp 命令 — 每个服务器一行:传输方式、目标、工具数量、连接状态(来自上游接缝;未观测时为 unknown)、最后错误、重连次数 — 模型可读、会话日志可重建、五种输出语言。
- /mcp tools — 模型可见的 mcp 工具名称和描述。
- /mcp health — 派生的自愈建议(ENOENT → 缺少依赖、ECONNREFUSED、超时、401/403/404、DNS、速率限制、重连耗尽……);退出码 / stderr 尾部在客户端暴露之前如实标注为等待上游支持。
- /mcp call [json] — 通过官方工具流水线(ctx.tools.execute())进行试调用;执行前权限策略、审批、守卫以及执行后处理均适用。
- 设置 → 插件 → MCP 标签页 — 带徽章的状态卡片、诊断和探测,以及服务器 CRUD 和工具试用控制台。
- 服务器 CRUD — 添加/编辑/删除表单 → insert/set/set disabled 片段 → 剪贴板复制或经审批门控的写入并自动备份。
- 推荐目录 — 内置的社区 MCP 服务器目录(filesystem、git、github、fetch、playwright……)在快照中提供;catalogEntries 追加/覆盖条目,catalogToConfigInput 将其中一项转换为一键添加。
安装
npx @deepseek-ai/dsh plugin add PerryLink/dsh-mcp-panel
插件 README 中出现的其它命令:
npm i -g dsh1024,然后执行 dsh1024 plugin --profile web add dsh-mcp-panel(计入 deepseek1024.com 安装排名)。
DSH plugin
dsh plugin --profile web add "github:PerryLink/dsh-mcp-panel#main"
dsh plugin --profile web add dsh-mcp-panel
现状数据
- 周下载量:1,575
- GitHub Stars:53
- 中文说明:已汉化
适合谁用
正在用 DeepSeek Harness(dsh)做开发、希望扩展其能力的人。装之前建议先看周下载量与 Star 数判断活跃度。
常见问题
装不上怎么办? 先确认 dsh 版本最新,再重试安装命令;仍失败可到插件页查看「安装兼容性检查」。
装了不生效? 部分插件需重启 dsh 会话或重新加载配置才生效。
> 本文依据插件官方 README 自动整理,具体用法以插件最新版本为准。