AI Agent Hub
Back to plugins
🖥️

dsh-mcp-market

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install LKMeng2001/dsh-mcp-market

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install LKMeng2001/dsh-mcp-market in the terminal; the full source is available at https://github.com/LKMeng2001/dsh-mcp-market.

About this plugin

Using MCP servers in DeepSeek Harness has often meant manually hunting down npm package names, hand-writing stdio commands and environment variables one by one, distinguishing local processes from remote URLs, and restarting the entire profile before any new tool becomes visible. dsh-mcp-market distills those scattered steps into a single smooth flow: open Settings, find MCP Market, search, browse, click, and the server hot-loads instantly while the model immediately sees its tools.

At the core, the plugin builds around a verified catalog, one-click installation, and hot activation. The bundled directory contains 15 MCP servers, each confirmed usable, and every stdio entry is checked against registry.npmjs.org at load time. Packages that have been removed from the registry are greyed out and blocked from installation, guarding against dead links and typosquat canaries. During setup you can fill in commands, arguments, environment variables, remote URLs, and request headers as needed; the server is then activated through the loader service without any restart. Configuration is persisted inside a dedicated managed block in cordis.patch.yml, so your own edits are preserved verbatim. A manual add-server form, an offline fallback snapshot, and full management of the installed list with enable, disable, edit, and uninstall round out the workflow.

It is well suited for developers and teams who want to pull third-party MCP capabilities into DeepSeek Harness quickly without hand-writing every config line, and especially for scenarios that require flexible switching between local stdio and remote streamable-http transports while maintaining a reasonable supply-chain safety bar.

Use Cases

  • Browse the verified catalog of 15 MCP servers and install with one click
  • Flexibly switch between local stdio and remote streamable-http with hot activation
  • Auto-verify npm package liveness before install to block dead or suspicious entries

Best For

  • Developers who want to plug third-party MCP capabilities into DeepSeek Harness quickly
  • Engineers who need to switch transport modes without hand-writing every config line
  • Teams that care about npm supply-chain safety and want automatic liveness checks