mcp-ollama

true-alter/mcp-ollama
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server wrapping local Ollama models for Claude Code delegation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ollama": {
      "command": "npx",
      "args": [
        "-y",
        "true-alter/mcp-ollama"
      ]
    }
  }
}

README Excerpt

MCP server wrapping local [Ollama](https://ollama.com) models for offload from API-priced orchestrators. Exposes nine tools that pass work to a local model (text generation, summarisation, code tasks, mechanical transforms, commit/PR/changelog drafting). The orchestrator decides what to route locally; this server does the routing.

Tools (11)

OLLAMA_HOSTOLLAMA_MODELlocal_analyzelocal_codelocal_difflocal_draftlocal_generatelocal_modelslocal_pulllocal_summarizelocal_transform