This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Solo MCP multi-agent orchestrator guide | |
| Last investigated: 2026-04-30 | |
| Project: `Desktop 2` (`project_id: 3`), path `/Users/aaron/Code/soloterm/desktop-2`Current actor: Solo agent process `2992` (`Codex W`), actor `mcp-e0f2bae3b20314f1` | |
| ## Mental model | |
| Solo is a project-scoped control plane for commands, terminals, and agent sessions. The MCP tools let an orchestrator agent discover processes, spawn workers, send prompts or shell input, read terminal output, coordinate shared state, and schedule wake-ups without running polling loops. | |
| Use Solo as the durable outer loop: |