jingzhonghui/dsh-mcp-manager0

dsh-mcp-manager

DSH dynamic Cordis plugin: visually manage MCP servers (stdio) from the settings sidebar, and expose their tools to the agent as mcp__<server>__<tool>.

AI Analysis

核心用途是提供图形化界面来添加、删除和连接本地 MCP 服务器。适合需要直观管理 MCP 工具源,并将其无缝接入 Agent 工具列表的用户。

Package
dsh-mcp-manager
Version
1.0.0
License
MIT
Last updated
Aug 30, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置存储

服务器增删改即时写入 $DSH_HOME/mcp-manager.json

[
  {
    "name": "codegraph",
    "command": "C:\\...\\node.exe",
    "args": ["--liftoff-only", "C:\\...\\codegraph.js", "serve", "--mcp"],
    "cwd": "C:\\path\\to\\workspace",
    "toolCallTimeoutMs": 60000
  }
]

env 为可选的键值对象(如 GitHub token)。删除服务器 = 从面板点「删除」或手动编辑该文件。

使用示例

添加并连接一个本地 MCP 服务器(如最小测试服务器 examples/test-mcp-server.js),直接在面板表单填写:

字段
名称test
命令node
参数C:\path\to\examples\test-mcp-server.js

连接成功后,服务器暴露的工具会出现在 Agent 工具列表,形如: mcp__test__echomcp__test__addmcp__test__complexmcp__test__fail