AI Orchestrator (MCP)
Haven includes a Model Context Protocol bridge that you can install on any local session. This gives the AI agent running in that specific session the ability to see and control your other Haven terminals.
Setup
- Create a local session
- Right-click it in the sidebar → Install Orchestrator MCP
- Launch
claude(or any MCP-compatible agent) in that terminal
Only the agent in that session gets the MCP tools — your other sessions are not affected. The orchestrator can see all Haven sessions, local and remote.
Available tools
| Tool | Description |
|---|---|
list_sessions | List all sessions with status (idle, busy, waiting) |
read_terminal | Read recent output from any session (last 32KB) |
write_terminal | Send commands to any session (append \n to execute) |
Notes
- The orchestrator must be a local session
- One orchestrator per workspace
read_terminalreturns the last 32KB, not full scrollback