UnityInfoMCP
by snowyegret23
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port to bind when using streamable-http transport. | 16000 |
| transport | No | MCP transport mode to use. Options are 'streamable-http' or 'stdio'. | streamable-http |
| UNITY_INFO_MCP_NAME | No | The name used for the MCP server instance. | UnityInfoMCP |
| UNITY_INFO_BRIDGE_HOST | No | Host address for the UnityInfoBridge connection. | 127.0.0.1 |
| UNITY_INFO_BRIDGE_PORT | No | Legacy fallback bridge port. Auto-discovery typically probes 16001~16100. | 16000 |
| UNITY_INFO_MCP_LOG_LEVEL | No | Log level for the server (e.g., DEBUG, INFO, WARN, ERROR). | INFO |
| UNITY_INFO_BRIDGE_TRANSPORT | No | Transport used between UnityInfoMCP and the game-side UnityInfoBridge. | tcp |
| UNITY_INFO_BRIDGE_TIMEOUT_SEC | No | Connection timeout in seconds for the bridge. | 8.0 |
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
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/snowyegret23/UnityInfoMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server