Facilitates a text-based dungeon crawling adventure accessible through a Model Context Protocol (MCP) server, allowing players to explore, interact, and battle.
Sponsored
The Dungeon server provides a robust Model Context Protocol (MCP) backend for text-based dungeon crawling adventures. It enables players to navigate mystical dungeons, engage with non-player characters, discover treasures, and confront monsters through a defined set of MCP tools. The system supports loading and saving player data from YAML files, offers an ASCII art map for visual dungeon representation, and exposes a RESTful API for programmatically interacting with the game world. Its customizable nature allows for diverse dungeon and player configurations.
主な機能
01ASCII Art Dungeon Map Display
02RESTful API with MCP protocol support
03Interactive Game Elements (NPCs, treasures, monsters)
04Dungeon Exploration with interconnected rooms
05Player Data Management (load/save from YAML)
061 GitHub stars
ユースケース
01Powering a backend for text-based dungeon crawling games
02Serving as an MCP protocol endpoint for client applications
03Developing and testing custom dungeon adventure scenarios