holonovel for Zed
io.github.flukeatzerocool/holonovel
Holonovel MCP server: world-model base for tabletop RPG play (rooms, parser, narrative tools).
client:Zed
transport:stdio
runtime:npm
Install holonovel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs