Connect to Antigravity
Connect Antigravity to ZopNight's MCP server to query your cloud infrastructure directly from the Antigravity agent.
Before you start
Make sure you have completed the prerequisites — enable MCP for your organisation and create a Personal Access Token.
Setup
- Open Antigravity
- In the chat window, click the three dots (⋯) menu (Additional Options)
- Click Manage MCP Servers
- On the new page, click View Raw Config
- Paste the JSON config below
- Press Ctrl+S (or Cmd+S) to save
- Go back to Manage MCP Servers and click Refresh, or restart Antigravity
Configuration
{
"mcpServers": {
"zopnight": {
"serverUrl": "<server-url>",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}Note
- Replace
<server-url>with the Server URL copied from your Organisation Settings page or from the Developer Settings page while creating your PAT token. - Replace
<your-token>with your Personal Access Token (starts withzn_pat...). - Antigravity uses
serverUrl(noturl).
Verify Connection
Once configured, ask the Antigravity agent:
List my organisationsIf configured correctly, it will call the list_organisations tool and show your organisations.