Skip to main content
Glama

Unreal Engine MCP Bridge

by gingerol
pyproject.toml527 B
[project] name = "unreal-mcp" version = "0.1.0" description = "Unreal MCP Server: A server for Unreal Engine integration via the Model Context Protocol (MCP)." readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.4.1", "fastmcp>=0.2.0", "uvicorn", "fastapi", "pydantic>=2.6.1", "requests" ] [build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] # The main server script is a single-file module py-modules = ["unreal_mcp_server"]

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/gingerol/UnrealEngine-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server