dsh-mcp-manager
MCP connection manager for DeepSeek Harness: list, add, remove, and test MCP server connections at runtime
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haode01/dsh-mcp-manager说明文档
阅读完整 README ↗Usage
Add from UI
- Settings → Plugins → MCP Manager → expand card
- Choose HTTP or Stdio tab
- HTTP: server name + URL (optional Bearer token)
- Stdio: server name + full command (e.g.
npx -y @mozilla/firefox-devtools-mcp@latest) - Click Add → auto-save → auto-test → tool list with progress bar
Add from chat
Add MCP connection
http://10.118.81.110:3100/mcp/openwrtwith name "openwrt"
AI calls mcp_add_connection — connection is immediately available and persisted.
Test connections
Every connection has a Test button. HTTP tests in-browser; Stdio tests via server endpoint with download progress.