Server data from the Official MCP Registry
Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost.
Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost.
ollama-handoff is a well-structured MCP server with clean architecture, minimal dependencies, and proper input handling. It communicates with a local Ollama instance via HTTP and exposes a curated set of tools with baked-in system prompts. No authentication vulnerabilities, malicious patterns, or dangerous code execution risks were identified. Permissions are appropriate for the stated purpose (local LLM offloading). Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OLLAMA_URL
Environment variable: OLLAMA_DEFAULT_MODEL
Environment variable: OLLAMA_NUM_CTX
Environment variable: OLLAMA_KEEP_ALIVE
Environment variable: OLLAMA_TIMEOUT_S
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-michael-whitecapdata-ollama-handoff": {
"env": {
"OLLAMA_URL": "your-ollama-url-here",
"OLLAMA_NUM_CTX": "your-ollama-num-ctx-here",
"OLLAMA_TIMEOUT_S": "your-ollama-timeout-s-here",
"OLLAMA_KEEP_ALIVE": "your-ollama-keep-alive-here",
"OLLAMA_DEFAULT_MODEL": "your-ollama-default-model-here"
},
"args": [
"ollama-handoff"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally