Skip to content
Gemini CLI

~alter mcp-ollama for Gemini CLI

io.github.true-alter/mcp-ollama

Wraps local Ollama models so bulk generation runs on your own hardware, not a paid API.

client:Gemini CLI transport:stdio runtime:npm

Install ~alter mcp-ollama in Gemini CLI

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

{
  "mcpServers": {
    "mcp-ollama": {
      "command": "npx",
      "args": [
        "-y",
        "@truealter/mcp-ollama"
      ]
    }
  }
}

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

~alter mcp-ollama in other clients