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
{
"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