Manage Ollama operations: check server status, list and pull models, generate text, get hardware info, document code, analyze quality, and summarize context.
Check if the Ollama daemon is reachable and view currently running models. Use this as the first step to confirm service health before using other tools.
Hardened MCP bridge to the full Ollama ecosystem — local and cloud models. 6 tools covering health, model management, chat, and generation with SSRF mitigation, singleton HTTP client, and structured error handling. Two deps, one file.
List all installed Ollama models on your local machine and check their memory load status to discover available model names for chat, generation, or model info queries.
Send multi-turn chat requests to an Ollama model for conversational interactions with history, such as follow-ups or multi-step reasoning. Preserves context across messages.
Inspect detailed metadata of an installed Ollama model including architecture, license, and parameters before using it for chat or generation. Read-only and idempotent.
Send a prompt to a local Ollama model for immediate private answers. Use it for summarising text, drafting boilerplate, or extracting fields without sending data off-machine.
Install Ollama directly on macOS without Homebrew or sudo, enabling local inference for massive context processing. Supports downloading, starting the service, and pulling models like gemma3:12b for headless setups.
Pull a model from the Ollama library to your local machine when not already installed. Use after checking available models, before running chat or generation.