dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness visual management plug-in

Js2Hou/dsh-mcp-manager · skills

MCP visual management plug-in for DeepSeek Harness: View the installed/activated MCP server in "Settings → MCP", supports adding, deleting, enabling/deactivating, and viewing the connection status in real time.

★ 2GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
License

Project overview

MCP 可视化管理器:装没装、连没连,一目了然 查看列表 新增删除 启用停用 连接状态 连接测试 中英双语 设置 → MCP 一站管理 DeepSeek Harness 里的所有 MCP 服务器, 无需再手改 cordis.patch.yml —— 所有修改即改即生效(HMR 热应用)。

装完硬刷新浏览器(Cmd/Ctrl+Shift+R),打开 设置 → MCP 即可看到管理页。若未出现 MCP 页签,重启一次 DSH(host 半首次挂载需要)。

1. 解析 dsh CLI:优先用桌面应用内置的 dsh(版本与运行中的应用完全一致、离线秒装),其次 npx,最后 PATH 上的 dsh; 2. 预写 minimumReleaseAgeExclude,放行「发布不足 24 小时」的新版本(本插件无原生依赖,无需 pnpm approve-builds); 3. 清理旧版残留的手动挂载行(cordis.patch.yml 中 id 为 mcp-manager 的 insert 块),避免「双挂载」(页面出现两个 MCP 页签); 4. 执行 dsh plugin --profile web add :登记依赖 → 识别包内 dsh.bundle.patch → 自动注册进 dsh.profile.bundles 挂载。

Install command

dsh plugin --profile web add github:Js2Hou/dsh-mcp-manager
View GitHub repository ↗Back to popular plugin directory