# Integration Guides

## Connect Antigravity CLI

Add this entry to `.gemini/settings.json` in your project. Merge it with existing settings rather than replacing them.

```json
{
  "mcpServers": {
    "r3": {
      "command": "npx",
      "args": ["-y", "@n3wth/r3"]
    }
  }
}
```

Start Antigravity CLI and run `/mcp` to inspect the server connection and available tools. Review tool calls before granting access to private data.

See the [Antigravity CLI MCP documentation](https://antigravity.google/docs/cli/mcp/) for configuration and troubleshooting.

Source: https://r3.n3wth.com/docs/integrations
