ragflow-mcp
Simple RAGFlow MCP. Only useful until the RAGFlow team releases the official MCP server
Installation
We provide two installation methods. Method 2 (using uv) is recommended for faster installation and better dependency management.
Method 1: Using conda
- Create a new conda environment:
conda create -n ragflow_mcp python=3.12
conda activate ragflow_mcp
- Clone the repository:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcp
- Install dependencies:
pip install -r requirements.txt
Method 2: Using uv (Recommended)
- Install uv (A fast Python package installer and resolver):
curl -LsSf https://astral.sh/uv/install.sh | sh
- Clone the repository:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcp
- Create a new virtual environment and activate it:
uv venv --python 3.12
source .venv/bin/activate # On Unix/macOS
# Or on Windows:
# .venvScriptsactivate
- Install dependencies:
uv pip install -r pyproject.toml
Run MCP Server Inspector for debugging
Start the MCP server
Start the inspector using the following command:
# you can choose a different server
SERVER_PORT=9000 npx @modelcontextprotocol/inspectorRAGFlow
Project Details
- oraichain/ragflow-mcp
- Apache License 2.0
- Last Updated: 4/10/2025
Recomended MCP Servers
A model context protocol server for GitHub API
An MCP server to let AI agents control Intruder
Stream Brave Search (web & local) results via a Model Context Protocol (MCP) / Server-Sent Events (SSE) interface....
Elasticsearch MCP server with available features including mappings management, search and indexing, and index management etc.
这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
MCP Think Tool Claude Desktop
A Pyodide server implementation for the Model Context Protocol (MCP).
Open-source FRED MCP Server (Federal Reserve Economic Data)





