MCP

Codex Guide

This page explains how to let Codex call GameBooom's Unity tools through MCP.

Simplest Way#

  1. In Unity, open GameBooom/MCP Server
  2. Enable Enable MCP Server
  3. Select Codex in target dropdown
  4. Click Configure

After completion, GameBooom writes corresponding configuration to Codex's config file.

Connection Method for Codex#

GameBooom provides HTTP-based MCP configuration for Codex:

[mcp_servers.gamebooom] url = "http://127.0.0.1:27015/"

Actual port depends on your GameBooom window configuration.