bible mcp for Gemini CLI
io.github.nirajagarwal/bible-mcp
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
client:Gemini CLI
transport:streamable-http
tools:13
Install bible mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bible-mcp": {
"httpUrl": "https://bible-mcp-server.fly.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs