Async Parallel Antigravity for Codex & Claude Code for Grok
io.github.varadfromeast/codex-agy-bridge
Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness
client:Grok
transport:stdio
runtime:pypi
Install Async Parallel Antigravity for Codex & Claude Code in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codex-agy-bridge": {
"type": "stdio",
"command": "uvx",
"args": [
"codex-agy-bridge"
],
"env": {
"AGY_CMD": "<AGY_CMD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs