Skip to content
Windsurf

Antigravity Link for Windsurf

io.github.cafetechne/antigravity-link

MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions

client:Windsurf transport:stdio runtime:npm

Install Antigravity Link in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "antigravity-link": {
      "command": "npx",
      "args": [
        "-y",
        "antigravity-link-extension"
      ],
      "env": {
        "AG_BRIDGE_URL": "<AG_BRIDGE_URL>",
        "AG_BRIDGE_TOKEN": "<AG_BRIDGE_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Antigravity Link in other clients