Skip to content
VS Code

Async Parallel Antigravity for Codex & Claude Code for VS Code

io.github.varadfromeast/codex-agy-bridge

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

client:VS Code transport:stdio runtime:pypi

Install Async Parallel Antigravity for Codex & Claude Code in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "agy-cmd",
      "description": "AGY_CMD",
      "password": true
    }
  ],
  "servers": {
    "codex-agy-bridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codex-agy-bridge"
      ],
      "env": {
        "AGY_CMD": "${input:agy-cmd}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Async Parallel Antigravity for Codex & Claude Code in other clients