Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOGGINGNoEnable logging to the terminalfalse
UNITY_PORTNoThe port number for the WebSocket server connecting to the Unity Editor8080
LOGGING_FILENoEnable logging to a log.txt filefalse

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_menu_itemC

Executes a Unity menu item by path

select_objectC

Sets the selected object in the Unity editor by path or ID

package_managerC

Manages packages in the Unity Package Manager

run_testsC

Runs Unity's Test Runner tests

notify_messageC

Sends a message to the Unity console

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_menu_itemsList of available menu items in Unity to execute
get_console_logsRetrieve all logs from the Unity console
get_hierarchyRetrieve all game objects in the Unity loaded scenes with their active state
get_packagesRetrieve all packages from the Unity Package Manager
get_assetsRetrieve assets from the Unity Asset Database
get_tests

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoderGamester/mcp-unity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server