Skip to content
Gemini CLI

torah mcp for Gemini CLI

io.github.mrfentmen/torah-mcp

Keyless Torah study via Sefaria: weekly portion, Tanakh text, commentaries, links, search.

client:Gemini CLI transport:stdio runtime:npm

Install torah mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "torah-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "torah-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

torah mcp in other clients