Provides Model Context Protocol (MCP) servers for managing game state and combat mechanics in AI Dungeon-style RPG experiences.
These MCP servers enhance AI Dungeon experiences within Roo Code by providing persistent game state management and D&D-style combat mechanics. The game-state-server uses an SQLite database to store character data, inventory, and world state. The combat-engine-server handles dice rolls, attacks, and other combat calculations. This separation of narrative (AI) and mechanics (MCP servers) allows for extensible and persistent RPG gameplay.