fantasy-gamebook-engine

rc-ventura/fantasy-gamebook-engine
★ 0 stars Python AI/LLM Updated today
Solo-play Fighting Fantasy-style gamebook engine: an AI Game Master narrates while all randomness, state, and combat go through an MCP server (the AI never rolls dice in prose). Phase-1 MVP, 158 tests.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fantasy-gamebook-eng": {
      "command": "uvx",
      "args": [
        "fantasy-gamebook-engine"
      ]
    }
  }
}

Or install with pip: pip install fantasy-gamebook-engine

README Excerpt

A solo-play **livro-jogo** (Fighting Fantasy–style gamebook) engine where an AI acts as the game master and narrator. The whole design turns on one hard rule: > **The AI never invents numbers or rolls dice in prose.** All randomness, state, and combat > math go through an MCP server. The AI only narrates and offers choices.

Tools (7)

comandoscombatedominioharnessmcpregrasstorage