holonovel for VS Code
io.github.flukeatzerocool/holonovel
Holonovel MCP server: world-model base for tabletop RPG play (rooms, parser, narrative tools).
client:VS Code
transport:stdio
runtime:npm
Install holonovel in VS Code
.vscode/mcp.json
{
"servers": {
"holonovel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs