Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx codex-agy-bridge
MCP client config
{
"mcpServers": {
"async-parallel-antigravity-for-codex-claude-code": {
"command": "uvx",
"args": [
"codex-agy-bridge"
]
}
}
}