Skip to content

Antigravity

Add your Wire container to Antigravity’s MCP configuration.

  • macOS: ~/.gemini/antigravity/mcp_config.json
  • Windows: %USERPROFILE%\.gemini\antigravity\mcp_config.json
  1. Open the MCP store via the ”…” dropdown in the agent panel
  2. Click “Manage MCP Servers” → “View raw config”
  3. Add the configuration below to mcp_config.json
  4. Save the file
{
"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.

{
"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"
}
}
}
}

Copy the MCP URL from your container’s detail page in the Wire dashboard.