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 分析

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

パッケージ
@chushixixin/dsh-harness-mcp-server
バージョン
0.1.5
ライセンス
MIT
最終更新
2026/08/13

インストール

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

ドキュメント

README 全文を読む ↗

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