Ogre MCP Connects Video Games to AI Agents Through MCP
Summary
Ogre MCP, or Open Game Relay Engine, is an open-source project designed to connect a video game to any AI agent through a single remote Model Context Protocol server. The agent can read live game state and provide spoiler-free guidance. The repository’s first game kit targets World of Warcraft Classic Era. Its code is divided into an SDK with a manifest schema and interpreter interface, a WoW adapter with fixtures, a platform containing the service, web UI, MCP server, bridge API and OAuth server, and a Go bridge that runs on the player’s PC. The project also documents self-hosting with Docker Compose. Licensing varies by component: the platform uses AGPL-3.0-or-later, while the SDK, WoW kit and bridge use MIT licenses. Contributions follow the Developer Certificate of Origin and require signed commits.