Skip to main content
Glama

Related Servers

Alternatives to rag-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables semantic search over a local knowledge base using MCP tools, allowing AI clients to retrieve relevant document chunks via the search_knowledge tool.
      191 npm
      2
      MIT
    • 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
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables retrieval-augmented generation over a local markdown corpus, allowing grounded, cited answers via an MCP tool or CLI.
      3 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      A tiny RAG-lite retrieval engine that indexes files on disk and provides semantic search via MCP, returning relevant text chunks (file, line, score) without generating answers.
      20 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Hybrid semantic search (dense vector + BM25) over local knowledge bases and codebases, exposed as MCP tools for AI agents to search and list knowledge bases.
      -

    TDQS

    A4.3/5.0

    Scored across 1 tool

    Disambiguation5/5

    The single tool has a clear, distinct purpose (retrieving relevant passages). With no other tools to differentiate, there is no possibility of ambiguous selection.

    Naming Consistency5/5

    The tool name 'search_knowledge' follows a clear verb_noun convention, which would be consistent even if more tools were added. As a single tool, it sets a predictable pattern.

    Tool Count2/5

    With only one tool, the server feels too thin for the 'rag' domain, which typically requires additional operations like listing sources or ingesting content. The single tool is not trivial but is insufficient for a well-scoped RAG server.

    Completeness2/5

    The tool surface covers only search/retrieval. There are no tools for managing the knowledge corpus (e.g., list sources, add/update/delete documents), leaving significant gaps that would require external intervention for many workflows.

    Maintenance

    ActivityActive
    ResponsivenessNo issues