Daseanle/dsh-mcp-orchestrator0

dsh-mcp-orchestrator

MCP orchestration layer for DeepSeek Harness — multi-server routing, health monitoring, fallback, and tool aggregation

AI Analysis

核心用途是统一管理和调度多个 MCP 工具服务器。适合需要连接多个 MCP 服务并要求高可用性、自动重启和冲突解决的复杂任务。

Package
dsh-mcp-orchestrator
Version
0.2.0
License
MIT
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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