Skip to main content
Glama
smithery.yaml1.53 kB
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml # https://smithery.ai/docs/build/deployments/custom-container runtime: "container" build: dockerfile: "Dockerfile" # Path to your Dockerfile dockerBuildPath: "." # Docker build context ports: - 8080:8080 # Forward Unity plugin port env: UNITY_MCP_CLIENT_TRANSPORT: stdio UNITY_MCP_PORT: 8080 # Unity plugin port UNITY_MCP_PLUGIN_TIMEOUT: 30000 # Unity plugin timeout startCommand: type: stdio configSchema: type: object required: - UNITY_MCP_CLIENT_TRANSPORT - UNITY_MCP_PLUGIN_TIMEOUT properties: UNITY_MCP_CLIENT_TRANSPORT: type: string description: "http or stdio transport options" default: "stdio" # UNITY_MCP_PORT: # type: integer # description: "The port for the Unity plugin" # default: 8080 UNITY_MCP_PLUGIN_TIMEOUT: type: integer description: "The timeout for the Unity plugin" default: 30000 commandFunction: |- (config) => ({ command: 'dotnet', args: ['unity-mcp-server.dll'], env: { UNITY_MCP_PORT: config.PORT, UNITY_MCP_CLIENT_TRANSPORT: config.UNITY_MCP_CLIENT_TRANSPORT, UNITY_MCP_PLUGIN_TIMEOUT: config.UNITY_MCP_PLUGIN_TIMEOUT } }) exampleConfig: UNITY_MCP_CLIENT_TRANSPORT: "stdio" # UNITY_MCP_PORT: 8080 UNITY_MCP_PLUGIN_TIMEOUT: 30000

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/IvanMurzak/Unity-MCP'

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