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
- Click **Configure** next to your preferred MCP client
34
+
- Go to `Code Maestro > MCP Dashboard` in Unity.
35
+
-**For Code Maestro Desktop App:** Select the "Code Maestro Desktop App" connection mode. The connection is automatic, and the dashboard will show the connection status.
36
+
-**For other clients (VS Code, Cursor, etc.):** Select the "Other Clients" connection mode, then click **Configure** next to your preferred client.
36
37
- Start giving commands!
37
38
38
-
**Supported MCP Clients:** Code Maestro, GitHub Copilot, Cursor, Windsurf, Claude Code and any other MCP-capable copilot.
39
+
**Supported MCP Clients:**
40
+
-**Code Maestro Desktop App** (uses Direct Connection)
41
+
-**GitHub Copilot (VS Code)**
42
+
-**Cursor**
43
+
-**Windsurf**
44
+
-**Claude Desktop**
45
+
- ...and any other MCP-capable copilot.
46
+
47
+
*Clients other than the Code Maestro Desktop App use the Relay Server connection, which is installed automatically.*
Unity MCP bridges your Unity Editor with AI assistants using the Model Context Protocol. Two components work together:
69
+
Unity MCP bridges your Unity Editor with AI assistants using the Model Context Protocol. It supports two connection modes, which can be selected in the MCP Dashboard:
70
+
71
+
-**Direct Connection (for Code Maestro Desktop App):** This is the recommended mode for Code Maestro users. The Unity Editor connects directly to the Code Maestro Desktop App's central hub. This method is faster and doesn't require a separate relay server.
72
+
-**Unity MCP Connector:** Runs inside the Unity Editor to manage the connection.
61
73
62
-
-**Bridge Server** - Runs in Unity Editor, provides API access
63
-
-**Relay Server** - Handles communication with MCP clients
74
+
-**Relay Server Connection (for other clients):** For clients like VS Code or Cursor, the bridge uses a local TCP server and a relay server.
75
+
-**Bridge Server:** Runs in the Unity Editor and provides API access over a local TCP port.
76
+
-**Relay Server:** A small background process that handles communication between the AI client and the Unity Bridge Server. It is installed automatically.
64
77
65
-
The setup is automatic once you install the package and configure your MCP client.
78
+
The setup is automatic. Simply choose your connection mode in the dashboard.
66
79
67
80
**💡 Tip:** When multiple Unity projects are open, your AI assistant will automatically connect to the most recently opened Unity Editor instance.
0 commit comments