jingzhonghui/dsh-mcp-manager ↗★ 0
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>.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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__echo、mcp__test__add、mcp__test__complex、mcp__test__fail。