ragflow-mcp

ragflow-mcp

4

The RAGFlow MCP is a simple Model Context Protocol (MCP) server meant to be used temporarily until the official server is released. It offers two installation methods with the second method offering faster installation and better dependency management.

Overview

Simple RAGFlow MCP intended for use until the RAGFlow team releases the official MCP server.

Installation

  • Method 1: Using conda
    • Create a new conda environment.
    • Clone the repository.
    • Install dependencies.
  • Method 2: Using uv (Recommended)
    • Install uv, the fast Python package installer.
    • Clone the repository.
    • Create a new virtual environment and activate it.
    • Install dependencies.

Debugging

  • Run MCP Server Inspector for debugging.