Unreal-MCP
by IvanMurzak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNREAL_MCP_HOST | No | Server URL for Custom mode (e.g. http://localhost:<port>) | |
| UNREAL_MCP_TOKEN | No | Auth token for the server | |
| UNREAL_MCP_TOOLS | No | Enabled-tools override whitelist (comma-separated) | |
| UNREAL_MCP_CLOUD_URL | No | Cloud backend URL (default https://ai-game.dev) | https://ai-game.dev |
| UNREAL_MCP_LOG_LEVEL | No | Log verbosity | |
| UNREAL_MCP_TRANSPORT | No | Transport: 'stdio' or 'http' | |
| UNREAL_MCP_AUTH_OPTION | No | Auth option: 'none' or 'required' | |
| UNREAL_MCP_BRIDGE_PATH | No | Path to sidecar binary | |
| UNREAL_MCP_SERVER_PATH | No | Path to local gamedev-mcp-server binary | |
| UNREAL_MCP_START_SERVER | No | Start server flag (not yet wired) | |
| UNREAL_MCP_KEEP_CONNECTED | No | Persist/restore connected state | |
| UNREAL_MCP_CONNECTION_MODE | No | Connection mode: 'Cloud' or 'Custom'. Defaults to 'Cloud'. | Cloud |
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
- 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/IvanMurzak/Unreal-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server