Antigravity
Add your Wire container to Antigravity’s MCP configuration.
Configuration File Location
Section titled “Configuration File Location”- macOS:
~/.gemini/antigravity/mcp_config.json - Windows:
%USERPROFILE%\.gemini\antigravity\mcp_config.json
- Open the MCP store via the ”…” dropdown in the agent panel
- Click “Manage MCP Servers” → “View raw config”
- Add the configuration below to
mcp_config.json - Save the file
With OAuth
Section titled “With OAuth”{ "mcpServers": { "wire-my-container": { "serverUrl": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp", "headers": { "Accept": "application/json, text/event-stream", "Content-Type": "application/json" } } }}Antigravity will prompt you to authenticate when you first connect.
With API Key
Section titled “With API Key”{ "mcpServers": { "wire-my-container": { "serverUrl": "https://YOUR_ORG_SLUG.mcp.usewire.io/container/YOUR_CONTAINER_ID/mcp", "headers": { "Accept": "application/json, text/event-stream", "Content-Type": "application/json", "x-api-key": "YOUR_API_KEY" } } }}Finding Your Container URL
Section titled “Finding Your Container URL”Copy the MCP URL from your container’s detail page in the Wire dashboard.