Back to directory
nighttrek/ollama-mcp

nighttrek/ollama-mcp

@NightTrek

A bridge between Ollama and the Model Context Protocol (MCP), enabling seamless integration of Ollama's local LLM capabilities into MCP-powered applications

ollamallmmcplocal-llmmodel-managementjavascriptaitool

Installation & Configuration

{
  "mcpServers": {
    "ollama": {
      "command": "node",
      "args": [
        "/path/to/ollama-server/build/index.js"
      ],
      "env": {
        "OLLAMA_HOST": "http://127.0.0.1:11434"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17