Skip to main content
Glama

MCP Server for Unity

by zabaglione

ai_create_project_structure

Generate organized Unity project structures tailored to specific project types like 2D, 3D, VR, or Mobile, with options for custom folder layouts.

Instructions

Create project structure based on project type

Input Schema

NameRequiredDescriptionDefault
customStructureNoCustom folder structure (optional)
projectTypeYesType of project

Input Schema (JSON Schema)

{ "properties": { "customStructure": { "description": "Custom folder structure (optional)", "type": "object" }, "projectType": { "description": "Type of project", "enum": [ "2D_Platformer", "3D_FPS", "VR", "Mobile", "Custom" ], "type": "string" } }, "required": [ "projectType" ], "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