Skip to content
Zed

zork mcp for Zed

io.github.mrfentmen/zork-mcp

Use this MCP server to plays classic text adventure games. The LLM is the player, explore, solve...

client:Zed transport:stdio runtime:npm

Install zork mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "zork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zork-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

zork mcp in other clients