zork-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zork-mcpStart a game of colossal-dungeon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 gamesstart_game(gameId)— start/restart, returns your first roomact(command)—look,go north,take the lantern,use lantern,attack troll with sword,inventory...hint— a nudge for the current roomscore— treasures, moves, win status
Run
npm install && npm run build && node dist/index.jsExample session
start_game("colossal-dungeon")act("take the lantern")→act("use lantern")act("go north")— a troll blocks you...act("attack troll with sword")...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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- MIT
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to act as dynamic dungeon masters for text-based RPGs with dynamically generated rule systems and comprehensive game state management.Last updated79MIT
- FlicenseBqualityBmaintenanceAn MCP server that provides 18 tools for dice rolling, luck tests, character management, world state, combat, and save/load, enabling an AI game master to run a solo-play gamebook entirely through deterministic game logic.Last updated18
- Flicense-qualityBmaintenanceA proof-of-concept MCP server that enables LLMs to read local text files and fetch real-time weather data through external tools.Last updated
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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