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 Market — DSH Plugin for DeepSeek Harness
← Plugins

dsh-mcp-market

Mcp Market

MCP server marketplace for DeepSeek Harness: browse a curated catalog of MCP servers and install them into the running profile with one click (powered by @deepseek-ai/dsh-mcp-client).

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mcp-market@0.1.2
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/21/2026

Versions

0.1.2stable
8/15/2026
0.1.1stable
8/15/2026
0.1.0stable
8/15/2026
Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
140.9 kB
Files
36
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
206
Security scan
✓ v0.1.2 scan passed
Last push
8/16/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

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