void.bible for Gemini CLI
bible.void/reader
Read it the way a person does: one fragment at a time. If the same words return, you asked too soon.
client:Gemini CLI
transport:streamable-http
tools:2
Install void.bible in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"reader": {
"httpUrl": "https://void.bible/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs