Skip to content
✨ agentgateway has joined the Agentic AI Foundation (AAIF) — Learn more

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

Page as Markdown

Antigravity IDE

Connect Antigravity IDE to agentgateway

Configure Antigravity IDE to use agentgateway as an MCP server.

Before you begin

  1. Install and run agentgateway.
  2. Confirm agentgateway is up by opening the agentgateway UI.
  3. Use the same MCP endpoint and port that your local config exposes. Common examples include:
    • http://localhost:15000/mcp/sse
    • http://localhost:15000/mcp/http
    • If you run agentgateway on a different host or port, replace localhost:15000 in 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:15000/mcp/sse for local deployments:

{
  "mcpServers": {
    "agentgateway": {
      "serverUrl": "http://localhost:15000/mcp/sse"
    }
  }
}

Verify the Connection

  1. Restart Antigravity IDE by closing the application and reopening it.
  2. Check that agentgateway tools are in the MCP tools list (usually found in the MCP or Tools panel).
  3. Click a tool, then click Run (or equivalent button). The tool execution verifies the connectivity with agentgateway.
Was this page helpful?
Agentgateway assistant

Ask me anything about agentgateway configuration, features, or usage.

Note: AI-generated content might contain errors; please verify and test all returned information.

Tip: one topic per conversation gives the best results. Use the + button in the chat header to start a new conversation.

Switching topics? Starting a new conversation improves accuracy.
↑↓ navigate select esc dismiss

What could be improved?

Your feedback helps us improve assistant answers and identify docs gaps we should fix.

Need more help? Join us on Discord: https://discord.gg/y9efgEmppm

Want to use your own agent? Add the Solo MCP server to query our docs directly. Get started here: https://search.solo.io/.