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
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:
Copy
- Clone the repository:
Copy
- Install dependencies:
Copy
Method 2: Using uv (Recommended)
- Install uv (A fast Python package installer and resolver):
Copy
- Clone the repository:
Copy
- Create a new virtual environment and activate it:
Copy
- Install dependencies:
Copy
Run MCP Server Inspector for debugging
- Start the MCP server
- Start the inspector using the following command:
Copy
This server cannot be installed
A simple temporary MCP server for RAGFlow that bridges the gap until an official version is released.