Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Zork

БесплатноНе проверен

A text-adventure interpreter as an MCP server. It enables the AI to act as the player, exploring, solving puzzles, fighting trolls, and collecting treasure thro

GitHubEmbed

Описание

A text-adventure interpreter as an MCP server. It enables the AI to act as the player, exploring, solving puzzles, fighting trolls, and collecting treasure through tool calls.

README

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.

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.

from github.com/mrfentmen/zork-mcp

Установка Zork

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mrfentmen/zork-mcp

FAQ

Zork MCP бесплатный?

Да, Zork MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Zork?

Нет, Zork работает без API-ключей и переменных окружения.

Zork — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Zork в Claude Desktop, Claude Code или Cursor?

Открой Zork на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Zork with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai