DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Mcp Market — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-mcp-market

Mcp Market

DeepSeek Harness 的 MCP 服务器市场:浏览精选的 MCP 服务器目录,并一键将其安装到正在运行的配置文件中(由 @deepseek-ai/dsh-mcp-client 提供支持)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mcp-market@0.1.2
README兼容性版本

兼容性与来源证明

Mcp Market 以 dsh-mcp-market 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/21

版本

0.1.2stable
2026/8/15
0.1.1stable
2026/8/15
0.1.0stable
2026/8/15
最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
140.9 kB
文件数
36
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
206
安全扫描
✓ v0.1.2 扫描通过
最近提交
2026/8/16
查看源码 ↗
项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-mcp-market

中文 | English

An MCP server marketplace inside DeepSeek Harness: browse a curated catalog and install MCP servers into the running profile with one click — live, no restart (powered by the official @deepseek-ai/dsh-mcp-client and the loader service).

Open Settings → MCP Market, search, click, done. The model immediately sees mcp__<serverName>__<tool> tools.

Features

  • Browse / search / filter a bundled catalog (15 servers, every one verified usable), zh/en descriptions
  • npm existence verification: every stdio entry is checked against registry.npmjs.org at load time; packages removed from the registry are greyed out and blocked from install (guards against dead entries and typosquat canaries)
  • One-click install for stdio (local process) and streamable-http (remote URL); fill in command / args / env / url / headers before installing
  • Hot activation via ctx.loader.create() — no restart; config persists across restarts
  • Installed list with enable/disable, config edit (HMR reconnect), and uninstall
  • Manual "add a server" form for anything not in the catalog
  • Offline fallback: remote registry JSON with an in-memory cache and a bundled snapshot
  • Clean persistence: installs only touch a # --- dsh-mcp-market managed --- block in the profile's cordis.patch.yml; your own edits are preserved verbatim

Install

dsh plugin --profile web add dsh-mcp-market        # from npm
dsh plugin --profile web add D:\code\harness\dsh-mcp-market   # local dev dir

Restart dsh web, then open Settings → MCP Market.

Development

npm install
npm run build        # tsc host → lib/, esbuild client → client/client.js
npm run typecheck

After changes: npm run build, restart dsh web (host changes; client changes can use a dev watcher).

Registry source

Live catalog: fetched from the GitHub Pages URL https://LKMeng2001.github.io/dsh-mcp-market/servers.json (canonical source is docs/servers.json in this repo — edit and push to update globally, no release needed), falling back to the bundled data/registry-snapshot.json (generated from docs/servers.json by npm run sync:catalog). A CI workflow checks every npm package in the catalog daily. Override per profile via the plugin config (registryUrl). Entry schema and the HTTP route/loader design are documented in README.zh.md.

Security

  • Every mutating route is a same-origin POST with Origin checks
  • MCP servers are third-party code/services: stdio servers spawn a local child process — install only sources you trust
  • Config (incl. env) is stored in plaintext in the profile's cordis.patch.yml; keep secrets out or encrypt before writing

License

MIT