Skip to content
Cursor

Async Parallel Antigravity for Codex & Claude Code for Cursor

io.github.varadfromeast/codex-agy-bridge

Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness

client:Cursor transport:stdio runtime:pypi

Install Async Parallel Antigravity for Codex & Claude Code in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codex-agy-bridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codex-agy-bridge"
      ],
      "env": {
        "AGY_CMD": "<AGY_CMD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Async Parallel Antigravity for Codex & Claude Code in other clients