amazing-tree-keeper/dsh-easy-mcp ↗★ 1
dsh-easy-mcp
DSH MCP 服务器图形化管理插件:在设置界面查看/新增/编辑/启用禁用/删除/重连/测试 MCP 服务器(stdio / streamable-http / SSE,含 resources/prompts 与图片桥接),配置持久化到 settings.yaml,变更实时生效。
AI 분석
核心用途是简化 MCP(Model Context Protocol)服务器的管理。适合需要图形化配置 stdio、HTTP 或 SSE 传输协议通道的用户。配置持久化于 settings.yaml。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:amazing-tree-keeper/dsh-easy-mcpConfiguration
Servers are stored in the mcp section of ~/.dsh/settings.yaml and managed in the UI (manual edits are hot-synced too):
mcp:
servers:
- name: playwright
enabled: true
transport: stdio
command: /opt/homebrew/bin/node
args:
- /path/to/playwright/mcp/cli.js
The plugin ships an empty default — no server is preconfigured. Missing fields are filled with schema defaults (enabled: true, env: {}, reconnect on, …).