Skip to main content
Glama

MCP Server for Unity

by zabaglione

ai_setup_architecture

Define and implement architecture patterns like MVC, ECS, or custom configurations for Unity projects to streamline development processes and enhance project structure.

Instructions

Setup architecture pattern for the project

Input Schema

NameRequiredDescriptionDefault
customConfigNoCustom configuration (optional)
patternYesArchitecture pattern

Input Schema (JSON Schema)

{ "properties": { "customConfig": { "description": "Custom configuration (optional)", "type": "object" }, "pattern": { "description": "Architecture pattern", "enum": [ "MVC", "ECS", "Observer", "Custom" ], "type": "string" } }, "required": [ "pattern" ], "type": "object" }

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/zabaglione/mcp-server-unity'

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