Back to directory
michael-whitecapdata/ollama-handoff

michael-whitecapdata/ollama-handoff

@Michael-WhiteCapData

MCP server that offloads cheap work from your cloud LLM agent to a local Ollama model — summaries, drafts, extractions, first-pass reviews — at zero cloud cost.

ollamalocal-aimcp-serveroffloadingpythonllm-toolstool

Installation & Configuration

{
  "mcpServers": {
    "ollama-handoff": {
      "command": "uvx",
      "args": [
        "ollama-handoff"
      ],
      "env": {
        "OLLAMA_DEFAULT_MODEL": "qwen2.5-coder:14b"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/25
Updated
2026/6/26