AI Agent Hub
Back to plugins
🖥️

mcp-deliverable

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install zhuyan1085/mcp-deliverable

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

Run dsh plugin install zhuyan1085/mcp-deliverable in the DeepSeek Harness terminal (source: https://github.com/zhuyan1085/mcp-deliverable), then restart the corresponding profile to activate the plugin.

About this plugin

Managing MCP servers in DeepSeek Harness used to mean repeatedly editing the cordis.patch.yml file under your profile: tweaking a stdio working directory or swapping a Streamable HTTP request header all required hand-typed YAML followed by a restart, with no easy way to verify that the Loader actually registered the tools you expected. mcp-deliverable moves that entire workflow into Web Settings → Plugins, turning configuration into a form-filling experience.

The plugin operates in three layers. The Host Remote handles reading, atomic writes, and deletion of the current profile's MCP configuration while displaying live Loader and tool-registration status. The Web settings page covers both stdio and Streamable HTTP servers, letting you visually edit parameters, environment variables, working directories, request headers, call timeouts, failure strategies, and reconnect policies. Invalid configurations and dynamic !!js expressions remain visible and removable on the page, yet the raw expressions are never shipped to the browser. The Bundle ships self-contained Typert descriptors and a browser product, built by the prepare script at install time with no need for a sibling Harness checkout. On the security side, literal env and header values are read and written by the trusted Host settings client, while secrets should stay in environment-backed !!js expressions so credentials never leak into the browser or a plain-text config file.

This plugin is ideal for users running multiple MCP tools in DeepSeek Harness who want to stop hand-editing YAML. Whether you are wiring up one or two stdio servers for local experiments or maintaining several Streamable HTTP remote services with fine-grained timeout and reconnect control, it makes the configuration step more intuitive and far less error-prone.

Use Cases

  • Manage multiple stdio and Streamable HTTP MCP servers from a single Web settings page without hand-editing YAML
  • Tune timeouts, reconnect policies, env vars, and headers, then confirm Loader registration status instantly
  • Inspect and remove invalid configurations or dynamic expressions on the page while keeping raw expressions away from the browser

Best For

  • Developers running multiple MCP tools in DeepSeek Harness who want to stop hand-editing YAML
  • Engineering teams that need fine-grained control over Streamable HTTP remote server timeouts and reconnect behavior
  • Harness users who prefer a visual configuration UI and care about credential isolation between browser and host