chushixixin/dsh-harness-mcp-server1

@chushixixin/dsh-harness-mcp-server

将 DeepSeek Harness 的 Agent 能力作为 MCP 服务暴露,允许外部 MCP 客户端驱动其执行任务。

AI 分析

将 DSH 作为“手臂”接入外部 MCP 客户端(如 Hermes)。适合希望利用外部更强的大脑模型来驱动 DSH 执行本地编码和系统操作的开发者。

套件
@chushixixin/dsh-harness-mcp-server
版本
0.1.5
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chushixixin/dsh-harness-mcp-server

Install

Option A — from npm (recommended)

npm install @chushixixin/dsh-harness-mcp-server

Then reference the plugin from your Harness workspace (see the cordis patch below).

Option B — from source

Clone this repo inside your Harness workspace under packages/mcp/harness-mcp-server/ (the pnpm workspace matches packages/*/*, two levels deep):

cd /path/to/deepseek-harness
mkdir -p packages/mcp/harness-mcp-server