amazing-tree-keeper/dsh-easy-mcp1

dsh-easy-mcp

DSH MCP 服务器图形化管理插件,支持在设置界面对 MCP 服务器进行查看、编辑、启闭、重连和测试,配置实时生效。

AI 分析

核心用途是简化 MCP(Model Context Protocol)服务器的管理。适合需要图形化配置 stdio、HTTP 或 SSE 传输协议通道的用户。配置持久化于 settings.yaml。

包名
dsh-easy-mcp
版本
0.2.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:amazing-tree-keeper/dsh-easy-mcp

Configuration

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, …).