Skip to main content
Glama
524,762 tools. Updated 2026-09-06 18:04

"Ollama" matching MCP tools:

  • Manage Ollama operations: check server status, list and pull models, generate text, get hardware info, document code, analyze quality, and summarize context.
    MIT
  • 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.
    MIT
  • View available Ollama models, delegation mode, and allowed-model policy to select a model or inspect current session configuration.
    MIT
  • 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.
    MIT

Matching MCP Servers

  • 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.
    MIT
  • Rephrase a cited root-cause analysis verdict into plain language using a local LLM, preserving all facts and citations without adding new information.
    MIT
  • Check local GPU and Ollama availability, route coding tasks across three compute tiers, and track cumulative cloud API dollar savings based on token usage.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Inspect detailed metadata of an installed Ollama model including architecture, license, and parameters before using it for chat or generation. Read-only and idempotent.
    MIT
  • 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.
    MIT
  • Generate single-turn text completions from Ollama models for code, summarization, translation, and other one-shot tasks without conversation history.
    MIT
  • 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.
    MIT
  • Check if the Ollama server is reachable and retrieve its version. Use this health check as a precondition before other tools.
    MIT