
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
Use this MCP server to plays classic text adventure games. The LLM is the player, explore, solve puzzles, collect treasure
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.
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 statusnpm install && npm run build && node dist/index.js
start_game("colossal-dungeon")act("take the lantern") → act("use lantern")act("go north"), a troll blocks you...act("attack troll with sword")Games are pure data, see src/games.ts. Rooms, items with use-effects,
hints, and treasures are all declarative; no engine changes needed.
npm install
npm run build
node dist/index.js
The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.
list_games: List the text-adventure games available to play.start_game: Start (or restart) a text-adventure game. The AI is the player -act: Send a command to the current game: move, look, take, use, examine...hint: Get a hint for the current room.score: Show your current score, treasures collected, and move count.This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.
After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with list_games.
These tools need a license key:
game_routesBuy a key at https://mcp-marketplace.io/server/io-github-mrfentmen-zork-mcp and set it in your MCP client config:
"env": { "MCP_LICENSE_KEY": "mcp_live_..." }
The key is checked against MCP Marketplace, cached for 24 hours, and keeps working offline once one check has succeeded. Every other tool on this server stays free.
FAQs
Use this MCP server to plays classic text adventure games. The LLM is the player, explore, solve puzzles, collect treasure
The npm package zork-mcp receives a total of 0 weekly downloads. As such, zork-mcp popularity was classified as not popular.
We found that zork-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.