AI Agent Hub
Back to plugins
⚙️

dsh-mcp-sync

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install nan1010082085/dsh-mcp-sync

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

Run dsh plugin install nan1010082085/dsh-mcp-sync in the DeepSeek Harness terminal to install the plugin; the source code is available at https://github.com/nan1010082085/dsh-mcp-sync .

About this plugin

Managing a growing list of local MCP server configs while trying to expose every tool to a DSH workflow is tedious and error-prone. dsh-mcp-sync removes that friction: it scans your local MCP configuration files, connects to each server, and registers the exposed tools into the DSH pipeline so the model can invoke them directly—no manual tool definitions required.

The workflow is discover, connect, register. During discovery it reads the MCP entries already present on your machine; during connection it opens a session with each server; during registration it writes the tool signatures and metadata into the active profile so the model sees them as first-class capabilities. Re-run the scan whenever you add a new server and the set stays in sync.

If you are building agent workflows with DeepSeek Harness and already run local MCP servers for file operations, database queries, API proxies, or similar tasks, dsh-mcp-sync lets you focus on prompt design and orchestration instead of hand-maintaining a tool inventory.

Use Cases

  • Onboarding multiple local MCP servers into a DSH workflow in a single pass
  • Syncing newly added MCP servers to the model's available tool list instantly
  • Replacing manual tool signature upkeep with config-driven automatic discovery

Best For

  • Developers building agent workflows on DeepSeek Harness
  • Engineers running local MCP servers for file ops, API proxies, or database queries
  • Tech leads who prefer config-driven tool discovery over hand-maintained inventories