DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Mcp Sync — DSH Plugin for DeepSeek Harness
← Plugins

dsh-mcp-sync

Mcp Sync

DSH plugin: connect to MCP servers, discover tools, and register them for direct model invocation with retry logic and statistics

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:nan1010082085/dsh-mcp-sync#e5da731152cdbc3c65d2f0a3d528b14732c822f7
READMECompatibilityVersions

Compatibility and provenance

Mcp Sync is published as dsh-mcp-sync and currently resolves to version 0.7.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.7.1stable
8/27/2026
0.7.0
stable
8/19/2026
0.6.2stable
8/19/2026
Show 21 more versionsCollapse versions
0.6.1stable
8/19/2026
0.6.0stable
8/19/2026
0.5.8stable
8/19/2026
0.5.7stable
8/19/2026
0.5.6stable
8/19/2026
0.5.5stable
8/19/2026
0.5.4stable
8/19/2026
0.5.3stable
8/19/2026
0.5.2stable
8/19/2026
0.5.1stable
8/19/2026
0.4.4stable
8/19/2026
0.4.3stable
8/19/2026
0.4.2stable
8/19/2026
0.4.1stable
8/19/2026
0.4.0stable
8/19/2026
0.2.1stable
8/18/2026
0.2.0stable
8/18/2026
0.1.8stable
8/18/2026
0.1.5stable
8/18/2026
0.1.4stable
8/18/2026
0.1.3stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.7.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
164
Last push
8/27/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-plugins

DSH(DeepSeek Harness)插件 monorepo。每个包是一个独立可安装的 dsh 插件,经 dsh plugin 装进 profile。

Packages

包说明版本
packages/chat-sync对话同步:把本地 Claude Code / Codex CLI / Cursor Agent 的对话同步进 DSH Web GUI0.3.4
packages/ima-syncIMA 上传:把 DSH 对话进度自动上传到腾讯 IMA(每日笔记 + Work 知识库)0.8.2
packages/mcp-syncMCP 同步:扫描本地 MCP 配置,连接服务器,注册工具供模型直接调用0.7.0

安装

# GitHub 安装(推荐,独立仓库,版本同步)
dsh plugin --profile web add github:nan1010082085/dsh-plugin-ima-sync
dsh plugin --profile web add github:nan1010082085/dsh-chat-sync
dsh plugin --profile web add github:nan1010082085/dsh-mcp-sync

# npm 安装
dsh plugin --profile web add dsh-plugin-ima-sync
dsh plugin --profile web add dsh-chat-sync
dsh plugin --profile web add dsh-mcp-sync

# 本地 link 安装(改源码重启 dsh web 即生效)
dsh plugin --profile web add link:$(pwd)/packages/ima-sync
dsh plugin --profile web add link:$(pwd)/packages/chat-sync
dsh plugin --profile web add link:$(pwd)/packages/mcp-sync

开发

# 语法检查
node --check packages/chat-sync/lib/*.js
node --check packages/ima-sync/lib/*.js
node --check packages/mcp-sync/lib/*.js

# 发布(每个包独立版本)
cd packages/<plugin> && npm publish

# 同步到独立 GitHub repo(发布后必须执行)
./scripts/sync-repos.sh           # 全部
./scripts/sync-repos.sh ima-sync  # 单个

License

MIT(各包同源)