Skip to main content
Glama

Related Servers

Alternatives to knowledge-rag

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      A lightweight RAG (Retrieval-Augmented Generation) system for Claude Code that enables semantic search over local markdown documents via MCP tools, saving tokens and time.
      63
      -
    • A
      license
      A
      quality
      A
      maintenance
      A fully local RAG MCP server for semantic code search and code intelligence, using AST-level chunking and hybrid search to pinpoint functions, classes, and APIs. No cloud, no API keys, zero setup.
      16
      79 npm
      13
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Persistent memory for Claude Code. Automatically indexes every conversation and provides production-grade hybrid search (BM25 + vectors + reranker) via MCP tools. 100% local, zero config, zero API keys, zero invoice.
      16
      28 npm
      7
      MIT

    TDQS

    A4.8/5.0

    Scored across 13 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: search, fetch full document, list, CRUD operations, URL import, and index maintenance. The two status/stat tools (get_reindex_status, get_index_stats) are separate and non-overlapping. No ambiguity between search and retrieval, or between add and update.

    Naming Consistency4/5

    Most tools follow a consistent verb_noun pattern (search_knowledge, add_document, update_document, remove_document, list_categories, list_documents). Minor deviation with 'add_from_url' which mixes source into the name, and 'evaluate_retrieval' which is a compound but still understandable. Overall the naming is predictable and clear.

    Tool Count5/5

    13 tools is a reasonable number for a knowledge base management system, covering search, document CRUD, URL import, reindexing, and evaluation. This is within the ideal 3-15 range and not excessive or sparse.

    Completeness5/5

    The tool set covers the full lifecycle: adding (via text or URL), updating, deleting, searching, retrieving, listing, reindexing, and quality evaluation. There's no obvious missing functionality for a RAG knowledge base. The inclusion of evaluate_retrieval and index stats adds operational completeness.

    Maintenance

    ActivityActive
    ResponsivenessWithin a week