rig
Rig is the local runtime context engine for AI coding agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| 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). |
| get_logs | Read 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_health | Cloud MCP + account health: sandbox summary for demo, or linked Mac devices / catalog counts for a real user. |
| who_owns_port | Report which project owns a TCP port. Sandbox uses fixtures; cloud uses catalog presence (not live lsof). |
| start_project | Start a project. Sandbox updates fixtures. Real accounts queue start on the owning Mac via device_commands. Requires confirm=true. |
| stop_project | Stop a project. Sandbox updates fixtures. Real accounts queue stop on the owning Mac. Requires confirm=true. |
| restart_project | Restart a project. Sandbox updates fixtures. Real accounts queue restart on the owning Mac. Requires confirm=true. |