rig

Rig is the local runtime context engine for AI coding agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • List Projects: List Rig projects for the signed-in user (cloud catalog) or sandbox fixtures for the OpenAI demo account.
  • Get Project: Fetch one Rig project by id or name from the catalog or sandbox.
  • Get Status: Get run status for a Rig project (catalog presence or sandbox).

What data it sees

Do you need an account

No: the server works without sign-in

Rig is the local runtime context engine for AI coding agents. This plugin connects Claude, Cursor, Gemini, Copilot, Codex, and Windsurf to Rig’s cloud MCP for project status, health, ports, and gated start/stop/restart on Macs linked to your account. Skills cover install and Link to the Mac hub for live logs, git/db, and the full local tool surface. Writes require confirm. Not a checkout or plan catalog.

Server tool list (9)

Raw names from tools/list. Only developers need these.

list_projectsList Rig projects for the signed-in user (cloud catalog) or sandbox fixtures for the OpenAI demo account.
get_projectFetch one Rig project by id or name from the catalog or sandbox.
get_statusGet run status for a Rig project (catalog presence or sandbox).
get_logsRead recent logs. Demo/sandbox returns fixtures. Live Mac log tails require the local hub; cloud mode returns catalog-limited guidance when the device is offline.
get_healthCloud MCP + account health: sandbox summary for demo, or linked Mac devices / catalog counts for a real user.
who_owns_portReport which project owns a TCP port. Sandbox uses fixtures; cloud uses catalog presence (not live lsof).
start_projectStart a project. Sandbox updates fixtures. Real accounts queue start on the owning Mac via device_commands. Requires confirm=true.
stop_projectStop a project. Sandbox updates fixtures. Real accounts queue stop on the owning Mac. Requires confirm=true.
restart_projectRestart a project. Sandbox updates fixtures. Real accounts queue restart on the owning Mac. Requires confirm=true.