mcpbeat Sign in

Ollama Handoff MCP Server

local only

Ollama Handoff runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from pypi. Last commit 23 Jun 2026.

Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost.

Installs per day peak 35 · avg 17 · +6% w/w
a month agotoday
115
Installs / week
pypi · ollama-handoff
3
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Ollama Handoff every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ollama-handoff -- uvx ollama-handoff
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ollama-handoff": {
      "args": [
        "ollama-handoff"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ollama-handoff]
command = "uvx"
args = ["ollama-handoff"]
.cursor/mcp.json
{
  "mcpServers": {
    "ollama-handoff": {
      "args": [
        "ollama-handoff"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ollama-handoff": {
      "args": [
        "ollama-handoff"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OLLAMA_URL (Base URL of the Ollama server.), OLLAMA_DEFAULT_MODEL (Default model used for handoffs.), OLLAMA_NUM_CTX (Context window in tokens.), OLLAMA_KEEP_ALIVE (How long to keep the model resident in VRAM.), OLLAMA_TIMEOUT_S (Per-request timeout in seconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ollama Handoff

same job, measured the same way
Cheaplane
by millennialdreamer

Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.

80 installs/wk local only
Ennodia
by cherninlab

Try other agents, models, and skills from your familiar AI workflow through a local MCP server

181 installs/wk local only
Algernon MCP
by sammyboi81

Fan a goal out to cheap parallel LLM workers on your own key or a free local Ollama. Keep your mind.

427 installs/wk local only
Lm
by houtini-ai

Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.

128 installs/wk local only
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

32 installs/wk local only
AccInt
by maxbaluev

Local Work Model MCP server for agent work that learns from real outcomes.

local only
Zihin
by zihin

Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.

94 installs/wk answering
MCP Local Translate
by damoqiongqiu

Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine.

60 installs/wk local only

Ollama Handoff — questions

Answers built from our own checks of this server.

Why is there no uptime for Ollama Handoff?
Ollama Handoff runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ollama-handoff was installed 115 times last week.
How do I connect Ollama Handoff?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ollama-handoff straight from pypi; nothing to host, nothing to sign up for.
How many people use Ollama Handoff?
The pypi package ollama-handoff was installed 115 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ollama Handoff open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.