Skip to main content
Glama

Related Servers

Alternatives to Ollama-Omega

  • A
    license
    A
    quality
    B
    maintenance
    AI agent provenance, trust, and auditability layer. VERITAS multi-gate scoring, Cortex approval gates, S.E.A.L. hash-chain audit ledger, and semantic RAG with cryptographic provenance tracking for every decision an agent makes.
    27
    5
    MIT

Related Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables local interaction with Ollama models through a ChatGPT-style web interface and MCP tools, including chat, generation, embedding, web search, webpage extraction, and safe utility functions.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    A lightweight MCP server that exposes Ollama Cloud models as tools for chat, web search, and web fetching, with dynamic model switching.
    Apache 2.0
  • 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.
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive MCP proxy server that bridges MCP clients with Ollama local language models, providing advanced features like RAG integration, context management, caching, and production-ready security.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server wrapping local Ollama models for offload from API-priced orchestrators. Nine stdio tools - generation, summarisation, analysis, drafting, code tasks (docstring/test/explain/review/types/refactor-suggest), diff-driven tasks (commit-message/pr-description/changelog/summary/impact), mechanical transforms, and model management (list/pull). Apache-2.0.
    16 npm
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that provides local, private, synchronous access to Ollama models for prompt answering, text classification, and model listing, without any file access or command execution.
    3
    MIT

TDQS

A4.8/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: multi-turn chat, single-turn generation, health check, model listing, model pulling, and model metadata. No two tools overlap in purpose.

Naming Consistency5/5

All tools follow the 'ollama_' prefix with snake_case and clear verb_noun pattern (chat, generate, health, list_models, pull_model, show_model). Consistent and predictable.

Tool Count5/5

Six tools cover the essential operations for interacting with the Ollama service: health check, model management, and inference in two modes. The count is well-scoped for the domain.

Completeness4/5

The set covers read operations (health, list, show), inference (chat, generate), and model download. Missing a delete or update tool for models, which is a minor gap but doesn't hinder basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues