Skip to main content
Glama
604,423 tools. Updated 2026-09-23 19:45

"Tools for Automatically Indexing Code Files and RAG (Retrieval-Augmented Generation)" matching MCP tools:

  • Upload files to process and index them for searchable knowledge retrieval using RAG (Retrieval-Augmented Generation) technology.
    MIT
  • Ask questions about memory files using retrieval-augmented generation to get answers from stored content with configurable search modes.
    MIT
  • Upload a document to the RAG knowledge base for indexing, enabling retrieval-augmented generation queries.
    Apache 2.0
  • Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
    -
  • Index a dataset so text chunks become searchable. Splits content into RAG-ready chunks and generates embeddings for semantic retrieval.
    MIT

Matching MCP Servers

  • A
    license
    B
    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.
    1
    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.
    1
    Apache 2.0

Matching MCP Connectors

  • Check whether a project is indexed by viewing counts of files, symbols, dependency edges, and index.db size. Zero counts signal that indexing must run before graph tools return results.
    MIT
  • Retrieve author-written Agent Skills for an LPM package, including usage patterns, anti-patterns, gotchas, and best practices for code generation. Skills are version-specific and resolve from local package.json.
    ISC
  • Perform semantic search over a stored memory namespace to retrieve the most relevant entries. Use this to recall context for RAG pipelines.
    MIT
  • Register a GitHub repository as a documentation source for RAG indexing. Specify repo, branch, and file patterns, then run ingestion to make the docs searchable.
    Apache 2.0
  • Generate or modify code files with smart diffs. Provide file path and detailed prompt to create or edit files using context for accurate code generation.
    MIT
  • Scan markdown files, chunk and embed them into a searchable index for semantic retrieval. Only re-processes changed files to save time.
    MIT
  • Search for AI workflows by name, description, or keywords to find tools for image generation, text processing, and more.
    MIT
  • Extract structured data from PDFs, images, or Office files into Markdown or spatial JSON with bounding boxes, confidence scores, and reading order—from a local file or URL—for RAG and search indexing.
    MIT
    Destructive