We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quazaai/UnityMCPIntegration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
package.json•617 B
{
"name": "com.quaza.unitymcp",
"version": "0.0.1",
"displayName": "Unity MCP Integration",
"description": "Integration between Model Context Protocol (MCP) and Unity, allowing AI assistants to understand and interact with Unity projects in real-time. Provides access to scene hierarchy, project settings, and code execution in the Unity Editor.",
"unity": "2021.3",
"dependencies": {
},
"keywords": [
"ai",
"Model Context Protocol",
"Unity AI Tool",
"Unity MCP"
],
"author": {
"name": "Shahzad",
"url": "https://quazaai.com/"
}
}