Skip to content

Configure Dev Servers

Orbit can run your dev servers so you don’t juggle terminal windows.

  1. Open the project window and go to the Servers tab.
  2. Orbit scans your package.json for known dev tools and offers Detected project tools — one click adds a server entry (and an MCP stdio entry where relevant).
  3. Start, stop, or restart each server from its card. You’ll see status, port, uptime, and a log tail.

The same operations are available as MCP tools: orbit_server_start, orbit_server_stop, orbit_server_status, and orbit_server_logs — so Apollo or any client can bring a server up for you.