Prerequisites
Google Antigravity
Download Antigravity
Service Account Token
Create a service account with appropriate permissions
For the latest MCP configuration options in Antigravity, refer to the official Google Antigravity Documentation.
Configuration
1
Open MCP Store
In Antigravity, open the MCP store via the ”…” dropdown at the top of the editor’s agent panel.
2
Access MCP Configuration
Click on “Manage MCP Servers”, then click on “View raw config” to open the
mcp_config.json file.3
Add the MCP Server Configuration
Add the Control Plane MCP Server to the
mcp_config.json file:4
Save Configuration
Save the
mcp_config.json file. Antigravity will automatically reload the MCP server configuration.Verify the Connection
After configuration, verify the connection by asking the AI agent:Example Usage
1
Set Context
2
Deploy a Workload
3
Get the Endpoint
Troubleshooting
Authentication issues
Authentication issues
- Check that your service account token is valid.
- Ensure the token is entered without extra spaces or quotes.
- Verify the token has appropriate permissions (see Service Account Permissions).
- Check for typos in the org name you’re using for context, this is a common cause of authentication failures.
MCP Server not appearing
MCP Server not appearing
- Ensure Node.js and npm are installed (required for
npx). - Verify the JSON syntax is valid.
- Check the AI agent panel for error messages.
- Restart Antigravity if the server doesn’t appear.