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
.env.example•395 B
# Unity CI Secrets
# Copy this file to .env and fill in your Unity credentials
# Note: .env should be in .gitignore
# Your Unity license file content (for Personal licenses, get from manual activation)
UNITY_LICENSE=<?xml version="1.0" encoding="UTF-8"?><root>...</root>
# Your Unity account email
UNITY_EMAIL=your-email@example.com
# Your Unity account password
UNITY_PASSWORD=your-password