DeepSeek Harness plugin

dsh-skill-mcp-center

Skill and MCP management center for DeepSeek Harness: browse and toggle user/project skills, add/edit/remove MCP servers hot without restart, with live per-session status in the sidebar.

Jump to install

Source facts

Repository
Max-Null/dsh-skill-mcp-center
Latest update
Aug 18, 2026
Category
Development & Runtime
GitHub stars
1

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/Max-Null/dsh-skill-mcp-center
GitHub: https://github.com/Max-Null/dsh-skill-mcp-center
Plugin: dsh-skill-mcp-center
Author: Max-Null
Install command: dsh plugin --profile web add @max-null/dsh-skill-mcp-center

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-skill-mcp-center

Skill & MCP management center for DeepSeek Harness (dsh) — manage skills and MCP servers in Settings, with live MCP status in the sidebar.

Skill 与 MCP 管理中心:在设置里管理 skills 与 MCP 服务器,右侧边栏查看 MCP 实时状态。

Features / 功能

  • Skill management / Skill 管理 — browse every skill by tier (system / user / workspace / runtime), toggle model invocation via the disable-model-invocation frontmatter (disk-backed skills only).
  • MCP management / MCP 管理 — add / edit / remove mcp-client servers, enable/disable without deleting config, all hot-applied through ctx.loader (no restart).
  • Live status / 实时状态 — a sidebar "MCP" tab (via dsh-better-sidebar) showing per-server connection state + tool count, polled while visible and following the session.
  • Skin-compatible / 皮肤兼容 — every color uses var(--dsw-*) tokens.

Install / 安装

dsh plugin --profile web add github:Max-Null/dsh-skill-mcp-center
# or from npm, once published / 或通过 npm(发布后)
dsh plugin --profile web add @max-null/dsh-skill-mcp-center

Restart dsh web, then open Settings → Skill & MCP. The sidebar "MCP" tab appears only when dsh-better-sidebar is installed (optional peer).

Development / 开发

pnpm install
pnpm build   # tsc (host) + esbuild (browser bundle)

License / 许可

[MIT](./LICENSE)