Skip to main content
Glama
81,811 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"Semantic search, RAG, and memory systems" matching MCP servers:

GET /v1/servers — MCP directory API reference
  • F
    license
    Not graded
    quality
    C
    maintenance
    ChromaDB-powered semantic memory server that enables semantic search across past conversations, health snapshots, and cross-silo topics for the nanobot platform.
  • A
    license
    A
    quality
    B
    maintenance
    Enables semantic search over markdown files to find related notes by meaning rather than keywords, and automatically detect duplicate content before creating new notes.
    3
    2
    BSD 2-Clause "Simplified"
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables fully local semantic search over a Roam Research graph via MCP, providing tools for hybrid retrieval, index refresh, and stats while keeping all content on-machine.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local offline semantic search over documents (txt, md, pdf, docx, pptx, csv). Indexes folders into a LanceDB vector database with multilingual embeddings and supports hybrid vector + keyword search via Reciprocal Rank Fusion. No API keys, no cloud, no Docker required.
    28
    AGPL 3.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables semantic code search over local repositories, providing tools like semantic_search and list_indexed_repos to Claude Code, so users can find relevant code sections via natural language instead of grep.
  • A
    license
    A
    quality
    A
    maintenance
    Local semantic recall MCP server for citation-integrity workflows. Enables semantic search over a text corpus, returning file paths and page numbers for verification, with 100% local processing using ONNX embeddings and LanceDB.
    2
    1
    MIT
  • F
    license
    D
    quality
    D
    maintenance
    Enables AI agents to perform semantic search over codebases by converting natural language queries into efficient search patterns like grep and ripgrep. It utilizes LLMs to verify relevance and find code snippets that traditional keyword-based searches might miss.
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    A lightweight MCP server for querying arXiv with semantic and keyword search, supporting natural language queries and structured filters.
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that allows users to run and visualize systems models using the lethain:systems library, including capabilities to run model specifications and load systems documentation into the context window.
    2
    14
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A thin MCP client that provides a search_kb tool for querying a remote oG-Memory knowledge base, enabling any agent to retrieve relevant information without local setup.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to use a hybrid dense+sparse RAG system with tag-based long-term memory (importance, knowledge-type decay, access-frequency boost) via MCP tools for document ingestion, hybrid search, staged reranking, forgetting, and index management.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables semantic search over local notes and documents using natural language queries. Supports multiple file types (Markdown, Python, HTML, JSON, CSV, text) with fast local embeddings and persistent ChromaDB vector storage.
    1
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables agent tools like Claude Code and GitHub Copilot to perform knowledge retrieval using hybrid search (BM25 + dense) with reranking, via MCP protocol.