~alter mcp-ollama for Zed
io.github.true-alter/mcp-ollama
Wraps local Ollama models so bulk generation runs on your own hardware, not a paid API.
client:Zed
transport:stdio
runtime:npm
Install ~alter mcp-ollama in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-ollama": {
"command": "npx",
"args": [
"-y",
"@truealter/mcp-ollama"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs