Uma
Related Servers
Alternatives to Uma
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA 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) サーバー。11Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceA 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.-
- FlicenseBqualityDmaintenanceLocal 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-
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.36 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceMCP Server for ZeroEntropy collections, top documents and rerankers-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).15 npm37MIT
TDQS
Scored across 3 tools
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.
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.
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.
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.