Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wasim Unity Bridge

БесплатноНе проверен

Enables ChatGPT to interact with the Unity Editor via MCP, using a PowerShell companion for persistent network connection and ngrok for public HTTPS endpoints.

GitHubEmbed

Описание

Enables ChatGPT to interact with the Unity Editor via MCP, using a PowerShell companion for persistent network connection and ngrok for public HTTPS endpoints.

README

This release uses a two-process design:

ChatGPT -> ngrok -> PowerShell companion on 127.0.0.1:38421
                              |
                              v
               Library-based request/response queue
                              |
                              v
                         Unity Editor

The PowerShell companion owns the network socket and ngrok. Unity can recompile and reload every Editor C# assembly without releasing or rebinding the MCP port. The Unity package reconnects by resuming its local queue worker after the reload.

Requirements

  • Windows PowerShell 5.1 or newer
  • Unity 2022.3 LTS
  • ngrok when a public HTTPS endpoint is required
  • ChatGPT Developer Mode / custom MCP app

Start

Open Window -> Wasim Development -> Unity MCP Bridge and press Start Companion. The package launches the bundled Companion~/wdmcp-companion.ps1 in a separate PowerShell process. No visible PowerShell window is required.

The companion configuration and logs are stored under:

Library/WasimUnityMcpBridge/Companion/

Domain reload behavior

When any C# script is saved:

  1. Unity writes a reloading heartbeat.
  2. The companion and ngrok stay running.
  3. ChatGPT remains connected to the same MCP endpoint.
  4. A tool call during the reload returns a temporary retry message.
  5. The new Unity scripting domain resumes queue processing automatically.

Security

The companion listens only on 127.0.0.1 and requires the private capability path. It can call only tools exported by the Unity package. It cannot execute arbitrary commands received from ChatGPT.

from github.com/wasim-development/wasim-unity-mcp-bridge

Установка Wasim Unity Bridge

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/wasim-development/wasim-unity-mcp-bridge

FAQ

Wasim Unity Bridge MCP бесплатный?

Да, Wasim Unity Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wasim Unity Bridge?

Нет, Wasim Unity Bridge работает без API-ключей и переменных окружения.

Wasim Unity Bridge — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Wasim Unity Bridge в Claude Desktop, Claude Code или Cursor?

Открой Wasim Unity Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Wasim Unity Bridge with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development