Skip to main content
Glama
m-mehdi14

Ollama MCP Server

by m-mehdi14

Related Servers

Alternatives to Ollama MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      A universal server that enables MCP-compatible clients (like Claude Desktop, Cursor, VS Code) to access OpenAI's APIs for chat completions, image generation, embeddings, and model listing through a standardized interface.
      7 npm
      7
      MIT
    • A
      license
      C
      quality
      D
      maintenance
      A privacy-first MCP server that provides local LLM-enhanced tools for code analysis, security scanning, and automated task execution using backends like Ollama and LM Studio. It enables symbol-aware code reviews and workspace exploration while ensuring that all code and analysis remain strictly on your local machine.
      36
      ISC
    • A
      license
      Not graded
      quality
      A
      maintenance
      A Python MCP server that exposes local Ollama models as tools for AI assistants, enabling chat, generation, embeddings, and model management without cloud APIs.
      50 PyPI
      5
      MIT

    TDQS

    B3.2/5.0

    Scored across 6 tools

    Disambiguation4/5

    Tools are mostly distinct: model management (list, info, pull, delete) is clearly separated from inference (chat, generate). The only potential overlap is chat vs. generate, but chat is for multi-turn conversations while generate is for single completions, which is a standard distinction.

    Naming Consistency3/5

    Most tools follow a verb_noun pattern (list_models, get_model_info, pull_model, delete_model), but chat and generate are single verbs without a noun object. This is a noticeable deviation, though the naming remains readable and understandable.

    Tool Count5/5

    Six tools is well-scoped for an Ollama server, covering both model management and inference without unnecessary overlap or bloat. Each tool serves a clear purpose.

    Completeness4/5

    The toolset covers core lifecycle (list, info, pull, delete) and both chat and text generation. It lacks advanced features like model creation, copying, or embeddings, but these are not essential for basic Ollama interactions and can be added later.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues