holonovel for Gemini CLI
io.github.flukeatzerocool/holonovel
Holonovel MCP server: world-model base for tabletop RPG play (rooms, parser, narrative tools).
client:Gemini CLI
transport:stdio
runtime:npm
Install holonovel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs