dsh-plugin-mcp-manager avatar

dsh-plugin-mcp-manager

MCP 服务器管理面板:GUI 增删改 MCP 服务器配置(写入 cordis.patch.yml + HMR 实时挂载)+ 工具浏览 + agent 面 mcp_* 管理工具 | MCP server management panel: GUI add/edit/delete MCP server configs (writes cordis.patch.yml + HMR hot-mount) + tool browsing + agent-side mcp_* management tools

PluginNetwork
Verification
L1 · Found
Security
Low
Health
Active
Trust
Unrated

What it does

MCP 服务器管理面板:GUI 增删改 MCP 服务器配置(写入 cordis.patch.yml + HMR 实时挂载)+ 工具浏览 + agent 面 mcp_* 管理工具 | MCP server management panel: GUI add/edit/delete MCP server configs (writes cordis.patch.yml + HMR hot-mount) + tool browsing + agent-side mcp_* management tools

Installation

dsh plugin --profile web add dsh-plugin-mcp-manager

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOPASSEDSCAN10 FILES
08d225
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·10 info·10 files scanned
scanned commit08d225720c022026-08-17
latest commit08d225720c02

The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Risk: Low0 critical · 0 warning · 10 info

• Static heuristic scan: done (10 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 10

  • infoMakes network requests (fetch / axios)lib/index.js:192
    const [serversRes, toolsRes] = await Promise.all([fetch("/api/mcp-manager/servers", { headers: { accept: "application/json" } }), fetch("/ap
  • infoMakes network requests (fetch / axios)lib/index.js:258
    const body = await (await fetch(isEdit ? `/api/mcp-manager/servers/${encodeURIComponent(editing.id)}` : "/api/mcp-manager/servers", {
  • infoMakes network requests (fetch / axios)lib/index.js:282
    const body = await (await fetch(`/api/mcp-manager/servers/${encodeURIComponent(id)}`, { method: "DELETE" })).json();
  • infoReads process.envlib/index.mjs:33
    return process.env.DSH_HOME?.trim() !== "" && process.env.DSH_HOME !== void 0 ? process.env.DSH_HOME : join(process.env.HOME ?? process.env.
  • infoMakes network requests (fetch / axios)src/client/Panel.tsx:144
    fetch('/api/mcp-manager/servers', { headers: { accept: 'application/json' } }),
  • infoMakes network requests (fetch / axios)src/client/Panel.tsx:145
    fetch('/api/mcp-manager/tools', { headers: { accept: 'application/json' } }),
  • infoMakes network requests (fetch / axios)src/client/Panel.tsx:209
    const res = await fetch(
  • infoReads process.envsrc/registry.ts:39
    return process.env.DSH_HOME?.trim() !== '' && process.env.DSH_HOME !== undefined
  • infoReads process.envsrc/registry.ts:40
    ? process.env.DSH_HOME
  • infoReads process.envsrc/registry.ts:41
    : join(process.env.HOME ?? process.env.USERPROFILE ?? '/tmp', '.dsh')

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-16 · activity: Active

• Repo created: 2026-08-17

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/HuanLinOTO/dsh-plugin-mcp-manager

Was this page helpful?