meltartica/dsh-mcp-servers ↗★ 0
dsh-mcp-servers
DeepSeek Harness bundle that exposes Model Context Protocol (MCP) servers — stdio, streamable HTTP and legacy SSE — as native Harness tools, with a settings UI, live status, auto-reconnect, and backup/restore via local files or WebDAV.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meltartica/dsh-mcp-servers说明文档
阅读完整 README ↗Configuration
stdio server
| field | example |
|---|---|
| type | stdio |
| command | npx |
| command args | -y |
@modelcontextprotocol/server-everything (one per line, first line is the command) | |
| env | key/value rows, e.g. API_KEY / your token |
http / sse server
| field | example |
|---|---|
| type | http (streamable) or sse (legacy event-stream) |
| url | https://example.com/mcp or https://example.com/sse |
| headers | key/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.