Skip to main content
Glama

Related Servers

Alternatives to Uma

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      A generic Model Context Protocol (MCP) server for high-accuracy document reranking using sentence-transformers (Cross-Encoder). Ideal for enhancing RAG and AI agent decision-making. sentence-transformers (Cross-Encoder) を使用して文書の関連度を再計算・ソートする汎用 MCP (Model Context Protocol) サーバー。
      1
      1
      Apache 2.0
    • F
      license
      Not graded
      quality
      Not graded
      maintenance
      A local MCP server for RAG memory, semantic search, and context optimization using Ollama and SQLite. It serves as a central hub that manages document embeddings, text compression, and proxies calls to other sub-MCP servers.
      -
    • F
      license
      B
      quality
      D
      maintenance
      Local MCP server for token optimization, providing tools to compress code/JSON, optimize prompts, and manage placeholder-based content redaction and hydration to reduce LLM token usage.
      5
      -
    • A
      license
      A
      quality
      D
      maintenance
      Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
      3
      6 npm
      MIT
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      MCP Server for ZeroEntropy collections, top documents and rerankers
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).
      15 npm
      37
      MIT

    TDQS

    A3.9/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: uma_filter applies a threshold to filter context, uma_score returns raw relevance scores for inspection, and uma_stats provides cumulative statistics. There is no overlap in their functionality.

    Naming Consistency4/5

    All tools share the 'uma_' prefix and use lowercase snake_case, which is predictable. However, 'stats' is a noun while 'filter' and 'score' are verbs, creating a minor deviation from a purely verb-based pattern.

    Tool Count4/5

    With only 3 tools, the set is small but well-scoped for a focused context-filtering server. It covers the core operation, inspection, and monitoring without being unnecessarily bloated.

    Completeness5/5

    The domain of context filtering is fully covered: uma_filter performs the main filtering, uma_score allows inspecting per-sentence scores, and uma_stats provides the overall usage statistics. There are no obvious missing operations for this purpose.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues