UnityAutonomousMCP
by KinofSin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_API_KEY | No | API key for the AI provider | |
| UNITY_HOST | No | Host for Unity bridge | 127.0.0.1 |
| AI_PROVIDER | No | AI provider to use (e.g., anthropic, openai, gemini) | anthropic |
| UNITY_TCP_PORT | No | TCP port for Unity bridge | 8081 |
| UNITY_HTTP_PORT | No | HTTP port for Unity bridge | 8080 |
| UNITY_TRANSPORT | No | Transport mode for Unity bridge: http, tcp, or mock | http |
| UNITY_TIMEOUT_MS | No | Timeout in milliseconds for Unity bridge calls | 10000 |
| UNITY_TEST_POLL_ATTEMPTS | No | Maximum polling iterations for get_test_job (clamped 1..300) | 30 |
| UNITY_TEST_POLL_TIMEOUT_MS | No | Overall timeout for polling cycle in milliseconds (clamped 1000..1800000) | 120000 |
| UNITY_TEST_POLL_INTERVAL_MS | No | Delay between polls for get_test_job in milliseconds (clamped 100..60000) | 1000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KinofSin/UnityAutonomousMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server