mrpulor-gh/dsh-nuphus-mcp ↗★ 0
dsh-nuphus-mcp
DSH 插件,用于将 nuphus-mcp 桌面自动化 MCP 服务挂载为 DSH 的原生工具。
AI 分析
核心用途是赋予 DSH Agent 操控桌面、进行自动化操作的能力。适合需要 Agent 执行截图、OCR 或其他桌面端自动化任务的用户。需要运行 nuphus-mcp 服务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mrpulor-gh/dsh-nuphus-mcp说明文档
阅读完整 README ↗Configuration
Defaults; override via cordis.yml / patch on the dsh-nuphus-mcp row:
| Field | Default | Description |
|---|---|---|
serverName | nuphus-mcp | Tool namespace (mcp__nuphus-mcp__*) |
command | nuphus-mcp | Executable to spawn |
args | ["--confirm-write"] | CLI arguments |
toolCallTimeoutMs | 120000 | Per-call timeout (DSH default 60000 is too low for screenshots/OCR) |
reconnect.enabled | true | Auto-reconnect after a drop |