dsh plugins中文
← Back to popular plugin directory

MCP Server Manager

hyqhyq3/dsh-mcp-manager · skills

MCP server manager plugin for DeepSeek Harness: Settings → MCP page, OAuth (PKCE + dynamic client registration) or static-token auth, tools registered as mcp.

★ 6GitHub stars
1Forks
2026-08-14Last updated
JavaScriptLanguage
MITLicense

Project overview

dsh-mcp-manager MCP server manager for DeepSeek Harness (DSH) — a Settings → MCP page where you add MCP servers once (remote HTTP or local stdio process), authenticate HTTP servers with OAuth in the browser, and get every server's tools registered as native mcp tools in all your sessions.

Then restart dsh --profile web and refresh the page. The package declares a dsh.bundle.patch, so the plugin activates automatically — no manual cordis.patch.yml editing. The MCP server's OAuth provider must allow a loopback redirect (http://127.0.0.1:/mcp-manager/callback/), which is where the DSH GUI webserver receives the code. The origin is derived from your browser's own address, so any host/port the GUI is served on works. Usage

Every connected server's tools appear as first-class tools, e.g. for a server named odin:

Install command

dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager
View GitHub repository ↗Back to popular plugin directory