Generating Connection Configurations
Let’s walk through generating a configuration for Claude Desktop as an example.
Example: Connecting Claude Desktop
- Open the Client Conductor Configurator
- Platform: Windows (auto-detected)
- AI Client: Select “Claude Desktop” from dropdown
- Transport: STDIO (auto-selected)
- Auth Mode: None (default)
- Click “Generate”
The right panel shows a JSON configuration block containing your mcpServers entry with gamecatalyst as the server name, python as the command, and the full path to your Conductor script (for example, C:\Users\Alex\AppData\Local\Vexstorm Studios\GameCatalyst\Core\Conductor\gamecatalyst-conductor.py).
Installation instructions shown:
- Copy the configuration above
- Open Claude Desktop
- Go to Settings → Developer → Edit Config
- Paste into the mcpServers section of claude_desktop_config.json
- Save and restart Claude Desktop completely
- Look for the hammer icon (🔨) to verify connection
Example: Connecting ChatGPT
- Open the Client Conductor Configurator
- AI Client: Select “ChatGPT”
- Transport: Web Relay (auto-selected)
- Click “Generate”
The right panel shows your relay URL (e.g., https://webrelay.vexstorm.com/relay/abc123/mcp) and instructions:
- Enable Developer Mode in ChatGPT (Settings → Apps and Connectors → Advanced)
- Start the Web Relay in GameCatalyst Dashboard Status tab
- In ChatGPT, click “+” → Connectors → Add MCP connector
- Paste the relay URL
- ChatGPT connects automatically
The Configurator adapts instructions for each client, showing exactly what you need to do.
What the generated config contains:
For STDIO clients, the config includes a mcpServers entry with the server name (gamecatalyst), the command to run (python), and the full path to the Conductor script on your machine. The path is automatically determined based on your operating system and Central Installation Directory location.
Client-specific instructions:
The right panel shows step-by-step instructions tailored to your selected client. For Claude Desktop: open Settings, go to Developer, click Edit Config, paste into the mcpServers section, restart completely. For ChatGPT: enable Developer Mode, start the Web Relay, add an MCP connector with the relay URL. For Cursor: edit the mcp.json file in your home directory. Every client has its own path, and the Configurator knows them all.
Testing the connection:
After configuring your AI client, restart it completely (not just a window refresh — a full close and reopen). Then verify the connection is working by following the steps in the next topic.