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

Plugin网络
验证
L1 · 已找到
安全
低风险
健康
活跃
信任
未评级

功能介绍

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

安装

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

Install method: npm · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

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

安全报告

自动静态扫描,非人工审核。

DSH.SO已通过SCAN10 FILES
08d225
自动审查 · 每日更新
已通过

自动化扫描未发现严重或警告级问题。结果仅对所示 commit hash 对应版本有效。

0 严重·0 警告·10 提示·10 扫描文件数
扫描版本08d225720c022026-08-17
当前版本08d225720c02

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:低风险0 critical · 0 warning · 10 info

• 静态启发式扫描:已完成(10 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 10

  • info发起网络请求(fetch / axios)lib/index.js:192
    const [serversRes, toolsRes] = await Promise.all([fetch("/api/mcp-manager/servers", { headers: { accept: "application/json" } }), fetch("/ap
  • info发起网络请求(fetch / axios)lib/index.js:258
    const body = await (await fetch(isEdit ? `/api/mcp-manager/servers/${encodeURIComponent(editing.id)}` : "/api/mcp-manager/servers", {
  • info发起网络请求(fetch / axios)lib/index.js:282
    const body = await (await fetch(`/api/mcp-manager/servers/${encodeURIComponent(id)}`, { method: "DELETE" })).json();
  • info读取 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.
  • info发起网络请求(fetch / axios)src/client/Panel.tsx:144
    fetch('/api/mcp-manager/servers', { headers: { accept: 'application/json' } }),
  • info发起网络请求(fetch / axios)src/client/Panel.tsx:145
    fetch('/api/mcp-manager/tools', { headers: { accept: 'application/json' } }),
  • info发起网络请求(fetch / axios)src/client/Panel.tsx:209
    const res = await fetch(
  • info读取 process.envsrc/registry.ts:39
    return process.env.DSH_HOME?.trim() !== '' && process.env.DSH_HOME !== undefined
  • info读取 process.envsrc/registry.ts:40
    ? process.env.DSH_HOME
  • info读取 process.envsrc/registry.ts:41
    : join(process.env.HOME ?? process.env.USERPROFILE ?? '/tmp', '.dsh')

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-16 · 活跃度:活跃

• 仓库创建: 2026-08-17

• 星标: ★ 4 · 复刻: 0

• 健康度: 活跃 — 近 30 天有提交

来源

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

这页有帮助吗?