Ollama
Integrates with Ollama for local large language model inference, enabling text generation and model management without relying on cloud APIs.
25 stars
0 tools
Created Aug 2025
@emgeee/emgeee-ollamaAbout
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"
]
}
}
}