All MCP servers

Antigravity Link

Official
by Api.AirforcestdioDeveloper Tools0187MIT

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

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "antigravity-link-imp3cad5": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}