← Back to browse

Async Parallel Antigravity for Codex & Claude Code

Indexed by io.github.varadfromeast

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAGY_CMD
Claude Code
claude mcp add --env AGY_CMD= codex-agy-bridge -- uvx codex-agy-bridge
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"codex-agy-bridge","command":"uvx","args":["codex-agy-bridge"],"env":{"AGY_CMD":""}}'
JSON
{
  "mcpServers": {
    "codex-agy-bridge": {
      "command": "uvx",
      "args": [
        "codex-agy-bridge"
      ],
      "env": {
        "AGY_CMD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.