Ollama

Integrates with Ollama for local large language model inference, enabling text generation and model management without relying on cloud APIs.

View Source
25 stars
0 tools
Created Aug 2025
@emgeee/emgeee-ollama

About

Integrates with Ollama for local large language model inference, enabling text generation and model management without relying on cloud APIs.

Categories

general

Installation

npm

npm install @emgeee/emgeee-ollama

Configuration

{ "mcpServers": { "emgeee-ollama": { "command": "npx", "args": [ "-y", "@emgeee/emgeee-ollama" ] } } }