MCP server for cross-CLI orchestration. It lets Claude Code, Codex, Gemini CLI, and other command-line agents collaborate through a shared MCP tool interface.
{
"mcpServers": {
"multi-cli": {
"command": "npx",
"args": [
"-y",
"multi-cli-mcp"
]
}
}
}