dsh-mcp-manager
Manifest validDSH Global MCP Manager: Settings page "MCP Management" — paste JSON to one-click add / toggle / delete global MCP services (unified writing to the host `cordis.patch.yml`, effective across projects).
dsh-mcp-manager
DSH(DeepSeek Harness)全局 MCP 管理器:在 设置弹窗 →「MCP 管理」 页面统一管理所有 MCP 服务。
功能
- 统一全局管理:所有 MCP 统一写入宿主级
~/.dsh/cordis.patch.yml(mcp-client行),由宿主加载,任何项目/会话都可调用,重启后保持。 - 粘贴 JSON 添加:支持标准
mcpServers格式,一次添加多个服务,无需填写繁琐表单。 - 开关 / 删除:每个服务的开启/关闭直接修改宿主 cordis 配置(
disabled标记),运行期即时连接/断开。 - 状态展示:已连接状态、工具数量(通过宿主工具注册表实时检测)、错误信息。
安装
方式一:GitHub 源直接安装(推荐)
dsh plugin --profile web add "github:1a125/dsh-mcp-manager#main"
方式二:手动
把 dsh-mcp-manager 放入 ~/.dsh/profiles/web/node_modules/,并在 ~/.dsh/profiles/web/cordis.patch.yml 追加:
- insert:
- id: mcp-manager
name: 'dsh-mcp-manager'
重启 DSH 后,设置弹窗中会出现「MCP 管理」页面。
添加 MCP 示例
{
"mcpServers": {
"my-server": {
"command": "node",
"args": ["C:/path/server.js"],
"env": { "API_KEY": "xxx" }
}
}
}
仅支持 stdio 传输(command 必填);支持单个 server 配置或 mcpServers 多服务格式。
技术说明
- Host 半部:官方 github/mcp SDK stdio 桥 +
~/.dsh/cordis.patch.yml读写 + 工具注册(mcp__<服务名>__<工具名>)。 - Client 半部:注册
settings.section「MCP 管理」页面(设置弹窗入口)。 - 启动时不做重复连接:宿主已从 cordis.patch.yml 静态加载的服务,通过工具注册表检测状态。
License
MIT
Comments
Loading…
From the same category
by nexu-io
🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,
★ 98.3k
Apache-2.0
TypeScript
Sep 27, 2026
by Molunerfinn
:rocket: The Ultimate Image Uploader for Efficient Creators. Supports Obsidian, Typora, VS Code etc. and 60+ image hosting services (S3, GitHub, Cloudflare R2, Imgur, Aliyun OSS...). Paste, upload, d
★ 27.3k
MIT
TypeScript
Sep 24, 2026
by zhu1090093659
DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
★ 8.1k
Apache-2.0
TypeScript
Sep 27, 2026
dsh plugin --profile web add dsh-webby YaoApp
✨ All your agents and workspaces in one place, on every device you own. Track tasks on a board, accessible from desktop, mobile, browser, or API. Self-hosted.
★ 8k
Go
Sep 27, 2026
by omdsh-dev
开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git,
★ 3.8k
↓ 52.4k/wk
MIT
TypeScript
Sep 27, 2026
dsh plugin --profile web add dsh-better-sidebarby ccch1mneyyy
DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rol
★ 3.6k
↓ 7.1k/wk
MIT
TypeScript
Sep 27, 2026
dsh plugin --profile terminal add @deepseek-harness-tui/dsh-tui