adventure-game-mcp
v1.0.0
Published
A four-room MCP escape room where the tool list IS the game UI
Maintainers
Readme
adventure-game-mcp
A four-room adventure game that runs entirely inside your MCP tool list.
No chat UI. No graphics. The tools are the game — they appear, disappear, and rewrite their descriptions as you play. Built on the dynamic tool list capability of MCP.
Install
Add to .vscode/mcp.json:
{
"servers": {
"adventure-game": {
"command": "npx",
"args": ["-y", "adventure-game-mcp@latest"]
}
}
}Then tell the model: "Let's play the adventure game."
