Skip to content

dsh-mcp-manager

Type integration Category MCP
Stars ⭐6 Status ✅ active
Capabilities mcp, ui Updated 2026-08-14

📖 About

简体中文 | English 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__<name>__* tools in all your sessions. The built-in @deepseek-ai/dsh-mcp-client only accepts a static headers config — it has no OAuth support and no local

✨ Key Features

  • OAuth (authorization code + PKCE) with RFC 7591 dynamic client registration, refresh_token rotation, and auto-reconnect across restart
  • Static Bearer token mode for servers without OAuth.
  • stdio local processes: run npx / uvx / python etc. directly; the plugin speaks JSON-RPC over the child's stdin/stdout (spawns the
  • Tool registration with the same mcp__<server>__<rawName> naming convention as the built-in client, including strict-schema sanitizatio

📦 Install

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager

🚀 Quick Start

mcp__odin__search_tools     mcp__odin__describe_tool
mcp__odin__execute_tool     mcp__odin__list_tool_scopes