@why913/dshx
The missing companion CLI for DeepSeek Harness (dsh): manage MCP servers with one command — add/list/remove/test with dry-run connection checks, plus one-shot import from Claude Code / Codex. Also mounts as a dsh plugin so the agent can manage MCP itself. | dsh 缺失的那把瑞士军刀:一条命令管理 MCP 服务器,写入前连接自检,一键从 Claude Code / Codex 迁移;同时可作为 dsh 插件让 agent 自助接入。
AI 분석
核心用途是简化 MCP 服务器的管理与迁移。适合需要频繁配置 MCP 工具的开发者,既可通过全局命令行操作,也可作为插件让 Agent 自行管理和测试 MCP 连接。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:why913/dshxInstall
npm install -g @why913/dshx # CLI
Optional — mount it as a dsh plugin too, so the agent gets mcp_add / mcp_list / mcp_remove / mcp_test / mcp_import as native tools:
dsh plugin --profile web add @why913/dshx
Recommended — install the skill so the agent reaches for dshx on its own: