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 읽기 ↗
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