← Back to Plugins
MCP Server MCP

Antigravity Link

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "antigravity-link-extension",
      "version": "1.0.13",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL for the local Antigravity Link bridge server",
          "isRequired": true,
          "format": "string",
          "name": "AG_BRIDGE_URL"
        },
        {
          "description": "Auth token from the Antigravity Link QR URL",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AG_BRIDGE_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...