Async Parallel Antigravity for Codex & Claude Code MCP Server

codex-agy-bridge wraps the official Antigravity CLI with a resumable MCP control plane. Agent harnesses like Codex, Claude Desktop, or your own GPT/Claude-powered MCP client can start agy runs, wait on sparse events, attach a real terminal, send guarded input, cancel safely, continue exact conversations, and collect final results later by run_id. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-20 · ★ 7 · #410 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Async Parallel Antigravity for Codex & Claude Code

before you install - you'll need

AGY_CMD

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add varadfromeast-codex-agy-bridge -- uvx codex-agy-bridge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "varadfromeast-codex-agy-bridge": {
      "command": "uvx",
      "args": [
        "codex-agy-bridge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package codex-agy-bridge - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.varadfromeast is GitHub-verified and matches the repo owner

03 · What Async Parallel Antigravity for Codex & Claude Code can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.11 · 2026-07-20

Release v0.1.11 · Fix v0.1.11 release CI · Stub Terminal launcher in release CI

v0.1.10 · 2026-07-18

Release v0.1.10

v0.1.9 · 2026-07-18

Fix interactive tmux run lifecycle and auth detection · Release v0.1.9

04 · Who maintains Async Parallel Antigravity for Codex & Claude Code

Async Parallel Antigravity for Codex & Claude Code is maintained by varadfromeast. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #410 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-07-20)
registry
io.github.varadfromeast/codex-agy-bridge (active, first published 2026-06-15 · 11 versions)
packages
pypi:codex-agy-bridge

06 · Async Parallel Antigravity for Codex & Claude Code FAQ

What is Async Parallel Antigravity for Codex & Claude Code?

codex-agy-bridge wraps the official Antigravity CLI with a resumable MCP control plane. Agent harnesses like Codex, Claude Desktop, or your own GPT/Claude-powered MCP client can start agy runs, wait on sparse events, attach a real terminal, send guarded input, cancel safely, continue exact conversations, and collect final results later by run_id. It runs locally over stdio via the published package.

Is Async Parallel Antigravity for Codex & Claude Code still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-20 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Async Parallel Antigravity for Codex & Claude Code?

Run `uvx codex-agy-bridge`. The README documents one environment variable (AGY_CMD) to set first. You can also paste the ready-made client config above.

Does Async Parallel Antigravity for Codex & Claude Code run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Async Parallel Antigravity for Codex & Claude Code