Skip to main content
Glama

zork-mcp

A text-adventure interpreter as an MCP server. The AI is the player — it explores, solves puzzles, fights trolls, and collects treasure, turn by turn, through tool calls.

Games

  • colossal-dungeon — a Zork-style dungeon: a grue in the dark, a toll-collecting troll, a locked grate, five treasures.

  • brainrot-manor — a meme palace. Collect the aura artifacts. Become the main character.

Related MCP server: DMCP

Tools

  • list_games — available games

  • start_game(gameId) — start/restart, returns your first room

  • act(command)look, go north, take the lantern, use lantern, attack troll with sword, inventory...

  • hint — a nudge for the current room

  • score — treasures, moves, win status

Run

npm install && npm run build && node dist/index.js

Example session

  1. start_game("colossal-dungeon")

  2. act("take the lantern")act("use lantern")

  3. act("go north") — a troll blocks you...

  4. act("attack troll with sword")

  5. ...find all 4 treasures to win

Add a game

Games are pure data — see src/games.ts. Rooms, items with use-effects, hints, and treasures are all declarative; no engine changes needed.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server for Grok Imagine AI video generation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/zork-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server