cc-suite

xiaolai/cc-suite
★ 1 stars Shell 🤖 AI/LLM Updated 2d ago
One plugin to bridge and delegate across Claude Code, Codex CLI, and Gemini CLI — single-source AGENTS.md, shared skills, mirrored hooks and MCP servers, and full Claude↔Codex bidirectional delegation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cc-suite": {
      "command": "npx",
      "args": [
        "-y",
        "xiaolai/cc-suite"
      ]
    }
  }
}