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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues