跳转至

dsh-mcp-manager

类型 集成 分类 MCP
星数 ⭐6 状态 ✅ 活跃
能力 mcp, ui 更新时间 2026-08-14

📖 项目简介

简体中文 | 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

✨ 核心特性

  • 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

📦 安装

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

🚀 快速开始

mcp__odin__search_tools     mcp__odin__describe_tool
mcp__odin__execute_tool     mcp__odin__list_tool_scopes

🔗 链接