Skip to main content
Glama

Unity-MCP

by TSavo
start-dev.ps1481 B
# This script starts the development environment # Stop any running containers docker-compose -f docker-compose.dev.yml down # Build and start the containers docker-compose -f docker-compose.dev.yml up --build -d # Start TypeScript compiler in watch mode in a new terminal Write-Host "Starting TypeScript compiler in watch mode..." Start-Process powershell -ArgumentList "-NoExit", "-File", ".\watch-typescript.ps1" # Show logs docker-compose -f docker-compose.dev.yml logs -f

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

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