ollama-mcp
Related Servers
Alternatives to ollama-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables seamless integration between Ollama's local LLM models and MCP-compatible applications, supporting model management and chat interactions.13787 npm172AGPL 3.0
- AlicenseAqualityDmaintenanceIntegrates Ollama's local AI models with MCP clients, enabling listing models, viewing model details, and asking questions to models.3MIT
- AlicenseCqualityDmaintenanceA bridge that integrates Ollama's local LLM capabilities into MCP-powered applications, enabling users to run, manage, and interact with AI models locally with full control and privacy.9358 npm5MIT
- AlicenseBqualityFmaintenanceEnables consulting with local Ollama models for reasoning from alternative viewpoints. Supports sending prompts to Ollama models and listing available models on your local Ollama instance.51MIT
- AlicenseBqualityFmaintenanceA bridge that enables seamless integration of Ollama's local LLM capabilities into MCP-powered applications, allowing users to manage and run AI models locally with full API coverage.10787 npm74AGPL 3.0
- FlicenseNot gradedqualityBmaintenanceEnables a fully local multi-agent AI system with 45 specialized agents and 50 predefined workflows via MCP, powered by Ollama and requiring no internet.1-
TDQS
Scored across 4 tools
Each tool targets a distinct function: single generation, batch generation, model inventory, and model residency management. The batch and single dispatch tools could be confused, but the descriptions clearly differentiate them.
All names share an 'ollama_' prefix but the suffix mixes verbs (dispatch, dispatch_batch) with nouns (models, lifecycle), lacking a consistent verb_noun pattern. The naming is still readable and intuitive.
Four tools is an appropriate size for an Ollama integration, covering generation and model management without unnecessary bloat.
The server covers single and batch generation plus model listing and lifecycle management, which are the core operations. Missing operations like model pull/delete are handled outside the MCP, so the surface is reasonably complete.