ask ollama for Windsurf
io.github.lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
client:Windsurf
transport:stdio
runtime:npm
Install ask ollama in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs