haode01/dsh-mcp-manager0

dsh-mcp-manager

MCP connection manager for DeepSeek Harness: list, add, remove, and test MCP server connections at runtime

包名
dsh-mcp-manager
版本
0.1.0
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haode01/dsh-mcp-manager

Usage

Add from UI

  1. Settings → Plugins → MCP Manager → expand card
  2. Choose HTTP or Stdio tab
  3. HTTP: server name + URL (optional Bearer token)
  4. Stdio: server name + full command (e.g. npx -y @mozilla/firefox-devtools-mcp@latest)
  5. Click Add → auto-save → auto-test → tool list with progress bar

Add from chat

Add MCP connection http://10.118.81.110:3100/mcp/openwrt with 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.