An MCP stdio server that wraps the Antigravity CLI (`agy`) to manage durable, resumable runs through MCP. It lets a client start, wait on, observe, input to, cancel, and collect results from parallel `agy` sessions, including interactive foreground runs via `tmux`.
From the registry: Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness
$ brew install tmuxPlease install the `codex-agy-bridge` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Antigravity CLI (agy)** — Install the official Antigravity CLI and authenticate it locally before using this MCP server.
- **Install uvx** — Install uv/uvx so the MCP server can be launched from PyPI.
- **Install tmux** — tmux is required on macOS for persistent terminal sessions used by the bridge. Run: `brew install tmux`
- **Use a local stdio MCP-capable client** — You need an MCP client or harness that can launch local stdio servers, such as Codex CLI, Claude Desktop, or another compatible client.
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["codex-agy-bridge@latest"]
- required environment variables:
- `AGY_CMD`: Absolute path to the authenticated Antigravity CLI executable used by the bridge. (example: `<path-to-agy>`)
- optional environment variables:
- `AGY_BRIDGE_STATE_DIR`: Directory where durable run and goal state is stored. (example: `<path-to-state-dir>`)
- `AGY_BRIDGE_AGY_ROOT`: Root directory containing Antigravity conversations and trajectory files. (example: `<path-to-antigravity-root>`)
- `AGY_BRIDGE_MAX_PARALLEL`: Global concurrent-run limit. (example: `<max-parallel-runs>`)
- `AGY_BRIDGE_COMPLETION_STABILITY_SECONDS`: Time in seconds that a final marker must remain stable before completion is accepted. (example: `<seconds>`)
Note: Preferred install path is PyPI via uvx. The README says Claude Desktop or a custom MCP client should use the same stdio command shape: `uvx codex-agy-bridge@latest` with `AGY_CMD` set. The server targets Python 3.11+, uses stdio transport, and depends on a locally installed/authenticated `agy` binary.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGY_CMDrequiredPath to the exact Antigravity executable used by the bridgeReal-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.