meltartica/dsh-mcp-servers0

dsh-mcp-servers

MCP 服务器集成插件:将 stdio、HTTP 和 SSE 服务器注册为 DSH 原生工具

AI 分析

核心用途是接入各种 MCP 协议服务器,并提供配置界面、状态监控及备份恢复。适合需要灵活扩展智能体工具、连接本地或远程 MCP 服务的用户。

包名
dsh-mcp-servers
版本
1.260817.4
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meltartica/dsh-mcp-servers

Configuration

stdio server

fieldexample
typestdio
commandnpx
command args-y
@modelcontextprotocol/server-everything (one per line, first line is the command)
envkey/value rows, e.g. API_KEY / your token

http / sse server

fieldexample
typehttp (streamable) or sse (legacy event-stream)
urlhttps://example.com/mcp or https://example.com/sse
headerskey/value rows (e.g. Authorization / Bearer …)

Backup & Restore

  • Local file: export the current config (all servers, endpoints, env, headers) as JSON, import it back, or preview what would be exported.
  • WebDAV: URL, username, password (https only), Push/Pull. Toggle Back up daily at 12:00 PM to auto-push every day at noon local time.