Daseanle/dsh-mcp-orchestrator ↗★ 0
dsh-mcp-orchestrator
MCP orchestration layer for DeepSeek Harness — multi-server routing, health monitoring, fallback, and tool aggregation
AI 分析
核心用途是统一管理和调度多个 MCP 工具服务器。适合需要连接多个 MCP 服务并要求高可用性、自动重启和冲突解决的复杂任务。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
Create or edit cordis.patch.yml in your DSH config directory:
- id: dsh-mcp-orchestrator
config:
servers:
- name: filesystem
command: npx
args: ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
autoRestart: true
priority: 10
- name: memory
command: npx
args: ["-y", "@modelcontextprotocol/server-memory"]
autoRestart: true
priority: 5
healthCheckInterval: 30000
namespaceMode: collision