amazing-tree-keeper/dsh-easy-mcp1

dsh-easy-mcp

DSH MCP 服务器图形化管理插件:在设置界面查看/新增/编辑/启用禁用/删除/重连/测试 MCP 服务器(stdio / streamable-http / SSE,含 resources/prompts 与图片桥接),配置持久化到 settings.yaml,变更实时生效。

AI 分析

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

パッケージ
dsh-easy-mcp
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/21

インストール

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

ドキュメント

README 全文を読む ↗

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