Skip to content
Windsurf

~alter mcp-ollama for Windsurf

io.github.true-alter/mcp-ollama

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

client:Windsurf transport:stdio runtime:npm

Install ~alter mcp-ollama in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

~alter mcp-ollama in other clients