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>.

包名
dsh-mcp-manager
版本
1.0.0
许可证
MIT
最近更新
2026年8月30日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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