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.

Plugin Mcp Connector — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-mcp-connector

Plugin Mcp Connector

MCP connector plugin for DeepSeek Harness with WebUI management panel

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

npx -y @deepseek-ai/dsh plugin --profile web add github:gxinxing/dsh-plugin-mcp-connector#91896f048cb66fb7fc56e17d44fdf6ee2816222a
READMECompatibilityVersions

Compatibility and provenance

Plugin Mcp Connector is published as dsh-plugin-mcp-connector and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
View source ↗
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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

MCP 一站式连接器

基于 DeepSeek Harness 的 MCP 协议可视化管理插件。

功能特性

  • 可视化面板:在 DSH Web GUI 中通过 /mcp 路径访问管理页面
  • 动态管理:添加 / 删除 / 启用 / 禁用 / 重启 MCP 服务
  • 自动注册工具:启动的服务会自动把 MCP tools 注册到 DSH
  • 调用日志:捕获 MCP 工具的调用参数与返回结果
  • 配置持久化:服务列表保存在 ~/.dsh/mcp-servers.json

快速开始

# 1. 安装依赖
pnpm install

# 2. 构建
pnpm build

# 3. 安装到 DSH Profile
dsh plugin --profile web add .

# 4. 重启 DSH 并打开面板
dsh --profile web
# 浏览器访问 http://127.0.0.1:3080/mcp

传输模式

支持以下 MCP 传输模式:

  • stdio:本地子进程通信
  • sse:Server-Sent Events
  • streamable-http:Streamable HTTP

工具命名规则

每个 MCP 工具在 DSH 中的公开名称为:

mcp__<serverName>__<rawToolName>

License

MIT