Skip to main content
Glama

Unity Editor MCP Server

smithery.yaml733 B
# Smithery.ai configuration startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - ABSOLUTE_PATH_TO_mcp-unity properties: ABSOLUTE_PATH_TO_mcp-unity type: string description: "The absolute folder path where your mcp-unity package is installed. Go to the Unity Editor MCP Server window (Tools > MCP Unity > Server Window)" commandFunction: # A function that produces the CLI command to start the MCP on stdio. |- (config) => ({ "command": "node", "args": [ `${config.ABSOLUTE_PATH_TO_mcp-unity}/build/index.js` ], "env": { "UNITY_PORT": "8090" } })

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