ccg-workflow

GitHub

多模型协作工作流引擎 — /ccg:go 一个命令,AI 自动分析意图、选择策略、编排 Codex + Gemini + Claude 协作执行

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ccg-workflow": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ccg-workflow"
      ]
    }
  }
}