AI Agent Hub
Back to plugins
🖥️

dsh-mcphub

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install dong-victor/dsh-mcphub

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

Run dsh plugin install dong-victor/dsh-mcphub in the DeepSeek Harness terminal to install; source code: https://github.com/dong-victor/dsh-mcphub

About this plugin

If you already use MCPHub to aggregate multiple MCP servers behind a single endpoint but want DSH agents to call those tools directly, dsh-mcphub is built for exactly that. It connects to MCPHub s Streamable HTTP endpoint via the official MCP SDK and registers every discovered tool as a native DSH agent tool. Parameter schemas pass through unchanged and call results are projected back into the model context as MCP text blocks. No extra glue scripts or manual per-server wiring required.

Two built-in agent tools ship with the plugin. mcphub_status reports connection state, endpoint, tool inventory, and health; mcphub_resync forces a tool-set resync after you add, remove, or rename servers or tools on the MCPHub side. A dedicated MCPHub entry sits at the bottom of the sidebar; clicking it opens a status panel where you can browse tools grouped by server, check recent errors, refresh manually, and jump straight to the MCPHub Dashboard. On disconnect the plugin retries with exponential backoff while keeping tools registered; once the connection recovers it auto-resynchronizes. If MCPHub is unreachable the plugin still activates gracefully without blocking other functionality.

This plugin suits users who run MCPHub locally (default localhost:3000) and want unified tool access inside DSH multi-agent sessions. If you only use a single MCP server, dsh-mcp-client may be the lighter choice. When you manage many servers behind one gateway, dsh-mcphub lets agents call every enabled tool in a single conversation without the overhead of registering each server individually.

Use Cases

  • Bridge many local MCP servers into DSH agent sessions via a single MCPHub gateway
  • Resync the tool set in DSH after adding or removing servers in MCPHub
  • Inspect MCPHub connection status, tool inventory, and health from the DSH sidebar at a glance

Best For

  • Developers running MCPHub locally with multiple MCP servers under one roof
  • Builders who want DSH agents to call aggregated tools without per-server registration
  • Teams on DSH Web who care about tool visibility and session health