ollama handoff for Claude Desktop
io.github.michael-whitecapdata/ollama-handoff
Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost.
client:Claude Desktop
transport:stdio
runtime:pypi
Install ollama handoff in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ollama-handoff": {
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<OLLAMA_TIMEOUT_S>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs