Run multiple Claude Code instances in parallel from one interface for local AI coding workflow management
{
"mcpServers": {
"claude-orchestra": {
"command": "npx",
"args": [
"-y",
"claude-orchestra"
]
}
}
}