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
{
"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