X

ragflow-mcp

Information

ragflow-mcp 简单的 RAGFlow MCP。仅在 RAGFlow 团队发布官方 MCP 服务器之前有用。 安装 我们提供了两种安装方法。建议使用方法 2(使用 uv),因为它可以更快地安装并更好地管理依赖项。 方法 1:使用 conda 创建一个新的 conda 环境: conda create -n ragflow_mcp python=3.12 conda activate ragflow_mcp 克隆仓库: git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp 安装依赖项: pip install -r requirements.txt 方法 2:使用 uv(推荐) 安装 uv(一个快速的 Python 包安装器和解析器): curl -LsSf https://astral.sh/uv/install.sh | sh 克隆仓库: git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp 创建一个新的虚拟环境并激活它: uv venv --python 3.12 source .venv/bin/activate # On Unix/macOS # Or on Windows: # .venv\Scripts\activate 安装依赖项: uv pip install -r pyproject.toml 运行 MCP 服务器检查器进行调试 启动 MCP 服务器 使用以下命令启动检查器: # you can choose a different server SERVER_PORT=9000 npx @modelcontextprotocol/inspector

Prompts

Reviews

Tags

Write Your Review

Detailed Ratings

ALL
Correctness
Helpfulness
Interesting
Upload Pictures and Videos

Name
Size
Type
Download
Last Modified
  • Community

Add Discussion

Upload Pictures and Videos