Used to download and install the uv package installer, which is recommended for dependency management.
Enables cloning repositories from GitHub to access code for the RAGFlow MCP server.
Provides the runtime environment for the RAGFlow MCP server, requiring Python 3.12 specifically.
Supports configuration management through pyproject.toml for dependency resolution and installation.
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:
- Clone the repository:
- Install dependencies:
Method 2: Using uv (Recommended)
- Install uv (A fast Python package installer and resolver):
- Clone the repository:
- Create a new virtual environment and activate it:
- Install dependencies:
Run MCP Server Inspector for debugging
- Start the MCP server
- Start the inspector using the following command:
This server cannot be installed
A simple temporary MCP server for RAGFlow that bridges the gap until an official version is released.
Related MCP Servers
- AsecurityAlicenseAqualityImplementation of an MCP server for the RAG Web Browser Actor. This Actor serves as a web browser for large language models (LLMs) and RAG pipelines, similar to a web search in ChatGPT.Last updated -161175JavaScriptApache 2.0
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -342261JavaScriptApache 2.0
- AsecurityFlicenseAqualityAn MCP server designed to work with FFmpeg for media processing tasks, offering enhanced performance and secure communication for handling media processing requests.Last updated -21012TypeScript
mcp-confluentofficial
AsecurityAlicenseAqualityAn MCP server implementation built to interact with Confluent Kafka and Confluent Cloud REST APIs.Last updated -242385TypeScriptMIT License