Skip to content
Cursor

~alter mcp-ollama for Cursor

io.github.true-alter/mcp-ollama

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

client:Cursor transport:stdio runtime:npm

Install ~alter mcp-ollama in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

~alter mcp-ollama in other clients