cdx

cdx-org/cdx
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server that helps Codex spawn as many agents as possible in parallel to perform complex tasks
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": {
    "cdx": {
      "command": "npx",
      "args": [
        "-y",
        "cdx-org/cdx"
      ]
    }
  }
}