MCPCloud.sh — Product and API reference
All clients

Connect Antigravity

Antigravity accepts remote MCP servers through a URL entry in its client configuration.

TransportStreamable HTTPConfigAntigravity MCP settings

How do I connect an MCP server to Antigravity?

Add the server URL to Antigravity’s MCP client configuration and reload the client. Antigravity connects to remote MCP servers directly over streamable HTTP, so a deployed server needs only its URL.

Setup

  1. Open Antigravity’s MCP client configuration.
  2. Add the entry below with your deployment URL.
  3. Reload the client so it picks up the new server.
Antigravity MCP settingsjson
{
  "mcpServers": {
    "my-server": {
      "url": "https://my-server.mcp.cloud/mcp"
    }
  }
}

Verify the connection

Confirm the server and its tools appear in Antigravity’s MCP panel.

Troubleshooting

Tools missing after adding the server.

Reload the client window; configuration is read at startup.

Connect another client