ask ollama for Zed
io.github.lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
client:Zed
transport:stdio
runtime:npm
Install ask ollama in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ask-ollama": {
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<GMCPT_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs