haode01/dsh-mcp-manager0

dsh-mcp-manager

DeepSeek Harness 的 MCP 连接管理器:在运行时列出、添加、删除和测试 MCP 服务器连接

AI 分析

核心用途是提供图形化界面和聊天指令来动态管理 MCP 服务连接。适合需要灵活接入、测试和切换各种外部 MCP 工具链的开发者或高级用户。

套件
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.