Skip to main content
Glama
306,645 tools. Last updated 2026-07-25 17:41

"RAG (Retrieval-Augmented Generation) system that can store papers and web pages" matching MCP tools:

  • Ask questions about memory files using retrieval-augmented generation to get answers from stored content with configurable search modes.
    MIT
  • Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
  • Execute a complete retrieval-augmented generation workflow to answer user questions using document context, automatically handling embedding, semantic search, and strict context-grounded responses.
    MIT
  • Scrape a web page, embed the content, and store vectors in your vector database in a single call. Add web data to your RAG pipeline for retrieval.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enhances AI model capabilities with structured, retrieval-augmented thinking processes that enable dynamic thought chains, parallel exploration paths, and recursive refinement cycles for improved reasoning.
    Last updated
    24
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables retrieval-augmented generation by embedding queries with a chosen provider (e.g., OpenAI) and searching supported vector stores (Pinecone, pgvector) to return relevant content.
    Last updated
    1
    Apache 2.0

Matching MCP Connectors

  • tldr-pages community simplified man pages (cached 24h)

  • send-that-email MCP — wraps StupidAPIs (requires X-API-Key)

  • Scrape a web page, divide its content into structured text chunks optimized for RAG retrieval, and return them ready for downstream processing. No embedding or vector database required.
    MIT
  • Fetch any public web page and extract its readable content as clean markdown. Respects robots.txt, handles redirects, ideal for research and RAG.
    MIT
  • Convert PDF files to structured Markdown, fixed-size token chunks, or heading-aware semantic chunks for retrieval-augmented generation. Supports encrypted PDFs and custom chunk overlap.
    MIT
  • Store a dialog turn with role, content, and metadata to persistent session memory for later retrieval and context assembly.
    MIT
  • Convert web pages to clean markdown format by extracting content, removing unnecessary elements, and ranking information for RAG applications.
    MIT
  • Convert any permitted public web page into clean Markdown for AI agents or note-taking. Returns explicit errors for blocked, paywalled, or login-gated pages.
    MIT
  • Given a URL, extracts the page title, readable markdown, and plain text. Helps AI agents read web content, scrape data, and feed RAG pipelines.
    MIT
  • Retrieve top-k passages from a sample RAG corpus using various retrieval methods to see what context a RAG system would surface for a query.
    MIT
  • Scrape a web page, generate embeddings, and sync the vectors to your vector database for retrieval. Supports multiple embedding and vector DB providers.
    MIT