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

Local
orchestrator
New Session
Rename
Install Orchestrator MCP
Close Session
a100-box
training-run
eval-sweep
  1. Create a local session
  2. Right-click it in the sidebar → Install Orchestrator MCP
  3. 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

ToolDescription
list_sessionsList all sessions with status (idle, busy, waiting)
read_terminalRead recent output from any session (last 32KB)
write_terminalSend commands to any session (append \n to execute)

Notes

  • The orchestrator must be a local session
  • One orchestrator per workspace
  • read_terminal returns the last 32KB, not full scrollback