You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In the **Clients** tab, click **Configure All Detected Clients** to set up every client found on your machine in one shot, or pick a single client from the dropdown and click **Configure**.
88
88
- Look for 🟢 "Connected ✓".
89
89
90
-
**Per-client gotchas:** Some clients (Cursor, Antigravity, OpenClaw) still require enabling an MCP toggle or plugin in their own settings. OpenClaw also needs the `openclaw-mcp-bridge` plugin enabled and follows the currently selected MCP for Unity transport (`HTTP` or `stdio`). Claude Desktop only supports stdio — MCP for Unity will silently configure it that way even if you've selected HTTP elsewhere. Claude Code, VS Code, Windsurf, Cline, and the various CLI clients auto-connect after configuration.
90
+
**Per-client gotchas:** Some clients (Cursor, Antigravity 2.0, Antigravity IDE, OpenClaw) still require enabling an MCP toggle or plugin in their own settings. The two Antigravity clients are listed separately because Antigravity 2.0 migrated its MCP config into `~/.gemini/config/` while Antigravity IDE still uses `~/.gemini/antigravity-ide/`; if you run both, configure each one. OpenClaw also needs the `openclaw-mcp-bridge` plugin enabled and follows the currently selected MCP for Unity transport (`HTTP` or `stdio`). Claude Desktop only supports stdio — MCP for Unity will silently configure it that way even if you've selected HTTP elsewhere. Claude Code, VS Code, Windsurf, Cline, and the various CLI clients auto-connect after configuration.
91
91
92
92
**Updates handle themselves.** When you update the package, MCP for Unity rewrites the configs of every detected client on the next Editor open — no need to repeat the Configure step.
-**Kiro**, **Trae**, **Antigravity (Gemini)** – JSON configs with project-specific paths and flags.
96
+
-**Kiro**, **Trae**, **Antigravity 2.0** (`~/.gemini/config/mcp_config.json` after the 2.x migration), **Antigravity IDE** (separate `~/.gemini/antigravity-ide/mcp_config.json` — the IDE build did not migrate) – JSON configs with project-specific paths and flags.
97
97
98
98
All of these follow the same pattern:
99
99
@@ -118,7 +118,7 @@ All of these follow the same pattern:
118
118
-`command` + `args` (stdio with `uvx`).
119
119
-**URL property name**
120
120
-`HttpUrlProperty` (default `"url"`) selects which JSON property to use for HTTP urls.
121
-
- Example: Windsurf and Antigravity use `"serverUrl"`.
121
+
- Example: Windsurf and the two Antigravity clients use `"serverUrl"`.
122
122
-**VS Code layout**
123
123
-`IsVsCodeLayout = true` switches config structure to a VS Code compatible layout.
124
124
-**Env object and default fields**
@@ -228,7 +228,7 @@ Override `GetInstallationSteps` to tell users how to configure the client:
228
228
- Which menu path opens the MCP settings.
229
229
- Whether they should rely on the **Configure** button or copy-paste the manual JSON.
230
230
231
-
Look at `CursorConfigurator`, `VSCodeConfigurator`, `VSCodeInsidersConfigurator`, `KiroConfigurator`, `TraeConfigurator`, or `AntigravityConfigurator` for phrasing.
231
+
Look at `CursorConfigurator`, `VSCodeConfigurator`, `VSCodeInsidersConfigurator`, `KiroConfigurator`, `TraeConfigurator`, `AntigravityConfigurator`, or `AntigravityIdeConfigurator` for phrasing.
0 commit comments