RAGFlow MCP

by oraichain
Apache 2.0
1
  • Linux
  • Apple

Integrations

  • 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.

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

  1. Create a new conda environment:
conda create -n ragflow_mcp python=3.12 conda activate ragflow_mcp
  1. Clone the repository:
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. Install dependencies:
pip install -r requirements.txt
  1. Install uv (A fast Python package installer and resolver):
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Clone the repository:
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. Create a new virtual environment and activate it:
uv venv --python 3.12 source .venv/bin/activate # On Unix/macOS # Or on Windows: # .venv\Scripts\activate
  1. Install dependencies:
uv pip install -r pyproject.toml

Run MCP Server Inspector for debugging

  1. Start the MCP server
  2. Start the inspector using the following command:
# you can choose a different server SERVER_PORT=9000 npx @modelcontextprotocol/inspector
-
security - not tested
A
license - permissive license
-
quality - not tested

A simple temporary MCP server for RAGFlow that bridges the gap until an official version is released.

  1. Installation
    1. Method 1: Using conda
    2. Method 2: Using uv (Recommended)
  2. Run MCP Server Inspector for debugging

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Implementation 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 -
      1
      330
      77
      JavaScript
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      MCP Server for the Perplexity API.
      Last updated -
      50
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
      Last updated -
      625
      88
      TypeScript
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A lightweight mcp server that tells you exactly where you are.
      Last updated -
      Python
      MIT License

    View all related MCP servers

    ID: wguucepaup