Skip to content
Cursor

Antigravity Headless Bridge for Cursor

io.github.rhishi99/agy-headless-bridge

Call Google's Antigravity CLI (agy) headlessly from non-TTY contexts (subprocess, MCP, CI).

client:Cursor transport:stdio runtime:pypi

Install Antigravity Headless Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agy-headless-bridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agy-headless-bridge"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Antigravity Headless Bridge in other clients