A simple temporary MCP server for RAGFlow that bridges the gap until an official version is released.
Simple RAGFlow MCP. Only useful until the RAGFlow team releases the official MCP server
We provide two installation methods. Method 2 (using uv) is recommended for faster installation and better dependency management.
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
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
Start the MCP server
Start the inspector using the following command:
# you can choose a different server SERVER_PORT=9000 npx @modelcontextprotocol/inspector
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!