Antigravity IDE
Connect Antigravity IDE to agentgateway
Configure Antigravity IDE to use agentgateway as an MCP server.
Before you begin
- Install and run agentgateway.
- Confirm agentgateway is up by opening the agentgateway UI.
- Use the MCP endpoint
http://localhost:3000/mcp/httpto connect your client to agentgateway. If you run agentgateway on a different host or port, replacelocalhost:3000in the examples accordingly.
Configuration
Add agentgateway to your Antigravity IDE MCP configuration. Set the serverUrl to your agentgateway
proxy address, which defaults to http://localhost:3000/mcp/http for local deployments:
{
"mcpServers": {
"agentgateway": {
"serverUrl": "http://localhost:3000/mcp/http"
}
}
}
Verify the Connection
- Restart Antigravity IDE by closing the application and reopening it.
- Check that agentgateway tools are in the MCP tools list (usually found in the MCP or Tools panel).
- Click a tool, then click Run (or equivalent button). The tool execution verifies the connectivity with agentgateway.