ollama-handoff
Rank #37,656io.github.Michael-WhiteCapData/ollama-handoff
Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost.
ollama-handoff is a Model Context Protocol (MCP) server published by michael-whitecapdata. It ranks #37,656 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ollama-handoff is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jun 21, 2026.
Ranks ahead of 77,804 of 115,460 servers on MCP Toplist.
Use ollama-handoff
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ollama-handoff -e "OLLAMA_URL=<your OLLAMA_URL>" -e "OLLAMA_DEFAULT_MODEL=<your OLLAMA_DEFAULT_MODEL>" -e "OLLAMA_NUM_CTX=<your OLLAMA_NUM_CTX>" -e "OLLAMA_KEEP_ALIVE=<your OLLAMA_KEEP_ALIVE>" -e "OLLAMA_TIMEOUT_S=<your OLLAMA_TIMEOUT_S>" -- uvx ollama-handoffReplace each placeholder with your own value before saving.
[mcp_servers.ollama-handoff]
command = "uvx"
args = ["ollama-handoff"]
[mcp_servers.ollama-handoff.env]
OLLAMA_URL = "<your OLLAMA_URL>"
OLLAMA_DEFAULT_MODEL = "<your OLLAMA_DEFAULT_MODEL>"
OLLAMA_NUM_CTX = "<your OLLAMA_NUM_CTX>"
OLLAMA_KEEP_ALIVE = "<your OLLAMA_KEEP_ALIVE>"
OLLAMA_TIMEOUT_S = "<your OLLAMA_TIMEOUT_S>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ollama-handoff": {
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<your OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<your OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<your OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<your OLLAMA_TIMEOUT_S>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ollama-handoff": {
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<your OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<your OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<your OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<your OLLAMA_TIMEOUT_S>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ollama-handoff": {
"type": "stdio",
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<your OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<your OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<your OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<your OLLAMA_TIMEOUT_S>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ollama-handoff": {
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<your OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<your OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<your OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<your OLLAMA_TIMEOUT_S>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ollama-handoff": {
"command": "uvx",
"args": [
"ollama-handoff"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_DEFAULT_MODEL": "<your OLLAMA_DEFAULT_MODEL>",
"OLLAMA_NUM_CTX": "<your OLLAMA_NUM_CTX>",
"OLLAMA_KEEP_ALIVE": "<your OLLAMA_KEEP_ALIVE>",
"OLLAMA_TIMEOUT_S": "<your OLLAMA_TIMEOUT_S>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Michael-WhiteCapData%2Follama-handoff)<a href="https://mcptoplist.com/server/io.github.Michael-WhiteCapData%2Follama-handoff"><img src="https://mcptoplist.com/badge/io.github.Michael-WhiteCapData%2Follama-handoff.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
michael-whitecapdata
Other servers by michael-whitecapdata
View all michael-whitecapdata servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 21, 2026 |
Frequently asked questions
- Who maintains ollama-handoff?
- ollama-handoff is maintained by michael-whitecapdata, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is ollama-handoff listed on the Official MCP Registry?
- Yes — ollama-handoff is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ollama-handoff have?
- MCP Toplist tracks 1 version of ollama-handoff, most recently published on Jun 21, 2026.
- Where can I find the source code for ollama-handoff?
- The source code for ollama-handoff is hosted at github.com/michael-whitecapdata/ollama-handoff.