
RAG MCP
MCP Server
A RAG-ready MCP server for semantic PDF search with OCR, FAISS, and transformers—plug into any MCP client and retrieve intelligent answers within your MCP client.
工具数
GitHub Stars
安装说明
本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。
作者 / 组织
mytechnotalent
提供方
mytechnotalent
最后核验
2026/5/18 02:16
运行时
Python
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
uv run rag.py
目录标签
目录标签
支持客户端
接入字段
传输方式(transport,传输协议)
stdio
鉴权方式(authType,认证方式)
none
运行时(runtime,运行环境)
Python
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
来源信息
继续浏览同类 MCP
上一个 MCP
ragmap (Khalidsaidi)
MapRag is a discovery + routing layer for retrieval. It indexes RAG-capable MCP servers, enriches them with structured metadata, and helps agents (and humans) quickly find the right retrieval server for a task under constraints like citations, freshness, privacy, domain, and latency. MapRag does not do RAG itself. It helps you choose the best RAG tool/server to do the retrieval.
下一个 MCP
Rag MCP 14d08a70
一个提供检索增强生成(RAG)能力的模型上下文协议(MCP)服务器,使用本地嵌入和Qdrant向量数据库进行文档管理和语义搜索。