DeepSeek Harness plugin

dsh-mcp-settings

DSH 设置页 [MCP]:可视化各配置来源的 MCP 服务器,支持新增(可写时直接落盘,否则复制 YAML + 打开配置文件)。

Jump to install

Source facts

Repository
xluomo/dsh-mcp-settings
Latest update
Aug 15, 2026
Category
Tools & Capabilities
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and 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 review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xluomo/dsh-mcp-settings
Plugin: dsh-mcp-settings
Author: xluomo

Check the source files

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

File explorer2 files
README.mdSource · read only

dsh-mcp-settings

在 DSH 设置中新增 [MCP] 页面:可视化各配置来源中的 MCP 服务器,并支持新增 MCP 服务器。

功能

  • MCP 服务器列表:展示组合中生效的 MCP 服务器(serverName、传输方式、命令/URL、参数、环境变量与请求头、调用超时、启停状态)
  • 配置来源:全局级(profile 用户层 ~/.dsh/profiles/<name>/cordis.patch.yml)中声明的 MCP 行及行号
  • 新增 MCP 服务器:表单生成配置片段;可写入时保存到配置文件(自动热生效),否则复制生成的 YAML 并打开配置文件
  • 安全:环境变量与请求头只显示键名,不显示值
  • 主题适配:UI 使用 DSH 主题变量,自动跟随明暗主题

安装

1. 从 GitHub Releases 下载最新 tarball:

``sh curl -LO https://github.com/xluomo/dsh-mcp-settings/releases/download/v0.1.2/dsh-mcp-settings-0.1.2.tgz ``

2. 安装到 profile:

``sh dsh plugin --profile web add ./dsh-mcp-settings-0.1.2.tgz ``

3. 重启 dsh web。设置 → 侧边栏出现 MCP

运行时依赖(@deepseek-ai/*react)由 DSH profile 提供,无需额外安装。

卸载

1. 从 profile 移除插件:

``sh dsh plugin --profile web remove dsh-mcp-settings ``

2. 重启 dsh web。设置 → 侧边栏中的 MCP 页面即消失。

构建

pnpm install
pnpm build   # 产出 lib/index.js 与 lib/client.js
pnpm pack    # 产出 dsh-mcp-settings-0.1.2.tgz

将 tarball 作为 GitHub Releases 资产发布。

限制

  • 配置来源仅解析全局级(profile 用户层);--patch overlay、home 用户层与 agent preset 中的 MCP 不在范围内
  • 环境变量与请求头仅显示键名,不显示值