Skip to content
Windsurf

MythxEngine for Windsurf

io.github.protolabsai/mythxengine

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

client:Windsurf transport:stdio runtime:npm

Install MythxEngine in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MythxEngine in other clients