Skip to content
Zed

Antigravity Link for Zed

io.github.cafetechne/antigravity-link

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

client:Zed transport:stdio runtime:npm

Install Antigravity Link in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Antigravity Link in other clients