MCP server that helps Codex spawn as many agents as possible in parallel to perform complex tasks
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"
]
}
}
}
Run in terminal:
claude mcp add cdx npx -y cdx-org/cdx
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdx": {
"command": "npx",
"args": [
"-y",
"cdx-org/cdx"
]
}
}
}