Skip to content
Zed

MythxEngine for Zed

io.github.protolabsai/mythxengine

Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds

client:Zed transport:stdio runtime:npm

Install MythxEngine in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mythxengine": {
      "command": "npx",
      "args": [
        "-y",
        "@mythxengine/mcp-server"
      ],
      "env": {
        "RPG_MCP_DATA_DIR": "<RPG_MCP_DATA_DIR>"
      }
    }
  }
}

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

MythxEngine in other clients