All plugins

DSH / BUNDLE / CLIENT-UI

dsh-mcp-manager

v0.3.0hyqhyq3 / dsh-mcp-manager88ac3def0e

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-mcp-manager

MCP server manager for DeepSeek Harness: Settings → MCP page for HTTP (OAuth PKCE + dynamic client registration, or static token) and local stdio servers, with auto tool registration as mcp____*

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add hyqhyq3/dsh-mcp-manager --ref 88ac3def0e5a76f19e27bdf7effc099a7d33bb3e

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

README / EN

Package documentation

简体中文 | English

LIMITATIONS

Known limitations

- `resources` and `prompts` MCP capabilities are not bridged (tools only). - Tokens live in a plain JSON file under `~/.dsh` — treat the file as a secret. - stdio servers run as long-lived child processes tied to the plugin lifecycle; `args` are whitespace-tokenized (quotes protect args with spaces) with no shell expansion — write absolute paths or env vars yourself for `~`, `$VAR`, pipes, etc. - One OAuth client registration per server per GUI origin; moving the GUI to a new origin re-registers automatically on the next login.