remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ragflow-mcp
简易 RAGFlow MCP。仅在 RAGFlow 团队发布官方 MCP 服务器之前有效
安装
我们提供两种安装方法。建议使用方法 2(使用 uv),因为它安装速度更快,并且依赖关系管理也更完善。
方法 1:使用 conda
- 创建一个新的 conda 环境:
Copy
- 克隆存储库:
Copy
- 安装依赖项:
Copy
方法二:使用 uv(推荐)
- 安装 uv(快速 Python 包安装程序和解析器):
Copy
- 克隆存储库:
Copy
- 创建一个新的虚拟环境并激活它:
Copy
- 安装依赖项:
Copy
运行 MCP Server Inspector 进行调试
- 启动 MCP 服务器
- 使用以下命令启动检查器:
Copy
This server cannot be installed
RAGFlow 的简单临时 MCP 服务器,用于弥补官方版本发布之前的差距。