dsh-mcp-mgr
Discovered★ 6MCP server manager for DeepSeek Harness — workspace mcp.json discovery, hot sync, and a web settings UI.
dsh-mcp-mgr
English | 中文
0.2.0 Update: Has been verified to be compatible with dsh@0.1.5
npx @deepseek-ai/dsh@0.1.5-rc.2 plugin --profile web add dsh-mcp-mgr@0.2.0
A workspace-level MCP manager for DeepSeek Harness: it reads MCP servers from each workspace's .dsh/dshmm/mcp.json, registers their tools dynamically, and provides a management tab in the Web settings UI.

Choose your workflow
| User | Entry point | Source checkouts required |
| --- | --- | --- |
| Regular user | npm package + npx @deepseek-ai/dsh | Neither deepseek-harness nor this repository |
| Source developer | deepseek-harness source + this repository source | See Source Developer Guide |
Regular users: npm package
Install and start
npx @deepseek-ai/dsh plugin --profile web add dsh-mcp-mgr@latest
npx @deepseek-ai/dsh web
Run the install command again to update:
npx @deepseek-ai/dsh plugin --profile web add dsh-mcp-mgr@latest
Uninstall:
npx @deepseek-ai/dsh plugin --profile web remove dsh-mcp-mgr
Workspace configuration
Create .dsh/dshmm/mcp.json at the workspace root:
{
"mcpServers": {
"my-http-server": {
"type": "http",
"url": "http://127.0.0.1:8090/mcp"
},
"my-stdio-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "<mcp-server-package>"]
}
}
}
Rules:
- A missing
typeis treated as Streamable HTTP;${VAR}environment expansion is supported. - A stdio server without
cwduses the workspace root. serverNameis globally unique; duplicates are shown as conflicts.- Set
"enabled": falseto disable an entry without removing it; absent means enabled.
Behavior and limits
- Workspace tools use the
mcp__<serverName>__<tool>naming convention. - Settings strict mode is used to mount only the selected workspace's servers.
Source developers
When modifying both deepseek-harness and this plugin from source, see the Source Developer Guide. Both repositories may be anywhere; they do not need to be siblings or use fixed paths.
Design notes live in Doc/requirements.md.
Comments
Loading…
Similar plugins
by Imzl-zl
MCP server management UI for DeepSeek Harness Web — floating panel, JSON import, and profile-backed persistence.
★ 18
↓ 172/wk
MIT
JavaScript
Sep 15, 2026
dsh plugin --profile web add dsh-mcp-manager-uiby 14185638
Add MCP server configuration via WebUI to your DeepSeek Harness.给 DeepSeek Harness 增加通过 WebUI 来配置 MCP 服务器的功能。
★ 0
↓ 11/wk
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add mcp-managerby ArvinQi
DeepSeek Harness 的 MCP 服务器管理插件:可视化界面管理 + 按需热注入,OAuth 鉴权支持,环境变量配置。
★ 14
↓ 182/wk
MIT
JavaScript
Sep 14, 2026
dsh plugin --profile web add dsh-mcpby hyqhyq3
MCP server manager plugin for DeepSeek Harness: Settings → MCP page, OAuth (PKCE + dynamic client registration) or static-token auth, tools registered as mcp__<name>__*
★ 16
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add dsh-mcp-managerby bobleer
MCP server that lets any agent discover, install, and run DeepSeek Harness plugins (topic: dsh-plugin).
★ 3
MIT
TypeScript
Aug 13, 2026
dsh plugin --profile web add deepseek-harness-plugin-mcpby xxxyz
DSH durable MCP server manager plugin — Settings UI + HTTP API + mcp_manager_* model tools, cross-platform installers
★ 18
↓ 689/wk
MIT
JavaScript
Sep 10, 2026
dsh plugin --profile web add @xxxyz/dsh-mcp-manager