Submit

mcp-ollama

@~alter

2 months ago
MCP server wrapping local Ollama for offload from API-priced orchestrators. Nine stdio tools: generation, summarisation, analysis, drafting, code tasks, diff-driven tasks, transforms, model management.

Server Config

{
  "mcpServers": {
    "ollama": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-ollama/dist/index.js"
      ],
      "env": {
        "OLLAMA_HOST": "http://localhost:11434",
        "OLLAMA_MODEL": "hermes3:8b"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.