RAG MCP Servers

Find MCP servers for retrieval-augmented generation workflows with vector search, embeddings, knowledge bases, and source-grounded context.

相符的 MCP 伺服器

結果來自現有 MCP Servers 目錄,沒有獨立的主題資料庫。

查看所有搜尋結果
RAG Documentation MCP Server
Retrieve and process documentation using vector search to provide relevant context for AI assistants.
查看伺服器
analyze-coverage-mcp
MCP server that bridges LCOV coverage reports to AI agents.
查看伺服器
Baidu iRAG MCP Server
Generate images using Baidu's iRAG API through a standardized MCP interface.
查看伺服器
Brokerage-MCP
An MCP server for brokerage functionalities, built with the MCP framework.
查看伺服器
Code Graph RAG MCP
Code Rag with Graph - local only installation
查看伺服器
Gemini CLI RAG MCP
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
查看伺服器
IBM Storage Insights MCP Server
An open-source MCP server providing real-time observability for IBM Storage Insights assets.
查看伺服器
Qdrant RAG MCP Server
A semantic search server for codebases using Qdrant, featuring intelligent GitHub issue and project management.
查看伺服器
Embedding MCP Server
An MCP server powered by txtai for semantic search, knowledge graphs, and AI-driven text processing.
查看伺服器
gemini-embedding-2-mcp
A powerful Model Context Protocol (MCP) server using gemini embedding 3 that transforms any local directory into an ultrafast, visually-aware spatial search engine for AI agents.
查看伺服器
better-code-review-graph
Knowledge graph for token-efficient code reviews with Tree-sitter parsing, dual-mode embedding (ONNX + LiteLLM), and blast-radius analysis via MCP tools.
查看伺服器
MemoryMesh
Zero-dependency persistent AI memory using SQLite. Dual-store, pluggable embeddings, 10 MCP tools.
查看伺服器

RAG MCP 適合的場景

Give agents a retrieval layer for source-grounded answers, coding context, support knowledge, and research workflows.

Connect vector databases, document stores, embeddings, and search APIs through MCP instead of one-off prompt uploads.

Build repeatable RAG stacks where agents can retrieve, cite, and inspect context before generating output.

設定清單

  1. 1Choose a RAG server based on your storage layer, embedding workflow, and retrieval controls.
  2. 2Create read-only credentials for the relevant vector database, docs source, or knowledge base.
  3. 3Add the server command or remote endpoint to your MCP client configuration.
  4. 4Test a known query and confirm the agent receives source URLs, snippets, metadata, or citation handles.

如何選擇

  • Prefer servers that expose source-aware results with scores, metadata, and collection or namespace controls.
  • Check whether the server handles ingestion, retrieval only, or both.
  • Use separate configurations for private knowledge, public docs, and experimental embeddings.

RAG MCP 常見問題

What is RAG MCP?

RAG MCP connects an AI client to retrieval tools so agents can search knowledge bases, vector stores, and documents before answering or taking action.

How is RAG MCP different from Knowledge Retrieval MCP?

Knowledge retrieval is the broader workflow. RAG MCP is more focused on retrieval-augmented generation with embeddings, vector search, ranking, and source-grounded context.

Do I need a vector database for RAG MCP?

Not always. Some workflows use search APIs, document stores, or managed knowledge bases. Vector databases are useful when semantic retrieval and custom collections matter.