helix-mcp-knowledge
Related Servers
Alternatives to helix-mcp-knowledge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables local read-only search and retrieval of approved, current evidence via hybrid lexical and dense methods, with tools to get exact source spans, answer from cited passages, and create and verify recheckable evidence packets.MIT
- FlicenseNot gradedqualityBmaintenanceEnables traceable, version-aware question answering over product documentation, combining vector and graph retrieval to return cited evidence and support agentic workflows.-
- AlicenseBqualityAmaintenanceAn MCP-native evidence retrieval platform that ingests source material, builds lexical and vector indexes, performs hybrid retrieval, and returns structured evidence packages for AI assistants.88Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables Agents to retrieve structured evidence with spans, versions, and content hashes from a self-hosted knowledge base, and optionally delegate single-shot questions. Exposes read-only search, evidence lookup, and answer tools over Streamable HTTP with Bearer authentication.MIT
- FlicenseNot gradedqualityCmaintenanceProvides read-only, citation-backed semantic search and retrieval-augmented generation over enterprise documents via standardized MCP tools, with local embeddings for privacy.-
- FlicenseAqualityCmaintenanceEnables semantic search and retrieval over a locally supplied copy of Lemma's documentation, providing ranked excerpts and full-text chunk access via read-only MCP tools without calling live banking APIs.2-
TDQS
Scored across 9 tools
Most tools have clearly distinct roles (active-project management, status checks, search, section retrieval, and listing). The main ambiguity is among the three list_* tools—list_projects, list_products, and list_versions—which describe related catalog concepts and could be confused since list_projects also mentions product versions, but the descriptions do provide enough distinction to disambiguate.
All nine tools follow a consistent snake_case verb_noun pattern (list_projects, get_active_project, set_active_project, get_update_status, get_sync_status, search_docs, get_section, list_products, list_versions). The verbs are also predictable and semantically appropriate (list_ for enumeration, get_ for retrieval, set_ for mutation).
Nine tools is well-scoped for a knowledge/retrieval server covering project selection, product/version discovery, status reporting, and document search/retrieval. Each tool appears to earn its place without redundancy.
The surface covers discovery (projects, products, versions), configuration (set/get active project), status, search, and section-level navigation, which is a coherent read-oriented lifecycle. Minor gap: there is no tool to enumerate documents within a project or fetch an entire document, so users must rely on search_docs plus get_section chunking.