ask ollama for Cursor
io.github.lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
client:Cursor
transport:stdio
runtime:npm
Install ask ollama in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ask-ollama": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs