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.
Check if a local Ollama daemon is running and list its available model tags by probing a loopback endpoint. Confirms service availability without installing Ollama.
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.
Enables AI agents to offload mechanical, high-token work to local Ollama models through MCP, with role-based model discovery, batch processing, and file-aware inputs.
Create a self-contained prompt-to-response LLM chain inside TouchDesigner as a baseCOMP. Choose webclient or dropped TOX mode for OpenAI, Anthropic, Ollama, or custom endpoints.
Check local GPU and Ollama availability, route coding tasks across three compute tiers, and track cumulative cloud API dollar savings based on token usage.
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.