chushixixin/dsh-harness-mcp-server1

@chushixixin/dsh-harness-mcp-server

Expose DeepSeek Harness agent capabilities as an MCP server, so an external MCP client (e.g. Hermes) can drive Harness to execute coding tasks. Hermes = brain, Harness = arms.

AI Analysis

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

Package
@chushixixin/dsh-harness-mcp-server
Version
0.1.5
License
MIT
Last updated
Aug 13, 2026

Install

$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