Back to Browse

Ollama Handoff MCP Server

AI & MLModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

ollama-handoff is a well-structured MCP server with strong code quality and appropriate security practices. The server properly handles HTTP communication with Ollama, uses environment variables for configuration, and includes proper error handling. No sensitive credentials are hardcoded, authentication is delegated to the local Ollama service (appropriate for a local tool), and the codebase is minimal with only two direct dependencies. Minor code quality observations exist but do not present security risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Base URL of the Ollama server.Optional

Environment variable: OLLAMA_URL

Default model used for handoffs.Optional

Environment variable: OLLAMA_DEFAULT_MODEL

Context window in tokens.Optional

Environment variable: OLLAMA_NUM_CTX

How long to keep the model resident in VRAM.Optional

Environment variable: OLLAMA_KEEP_ALIVE

Per-request timeout in seconds.Optional

Environment variable: OLLAMA_TIMEOUT_S

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!