Skip to main content
Glama

RAGFlow MCP

by oraichain
Apache 2.0
9
  • Linux
  • Apple

Ragflow-MCP

Einfaches RAGFlow MCP. Nur nützlich, bis das RAGFlow-Team den offiziellen MCP-Server veröffentlicht

Installation

Wir bieten zwei Installationsmethoden an. Methode 2 (mit UV) wird für eine schnellere Installation und ein besseres Abhängigkeitsmanagement empfohlen.

Methode 1: Verwenden von conda

  1. Erstellen Sie eine neue Conda-Umgebung:
conda create -n ragflow_mcp python=3.12 conda activate ragflow_mcp
  1. Klonen Sie das Repository:
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. Installieren Sie Abhängigkeiten:
pip install -r requirements.txt

Methode 2: Verwenden von UV (empfohlen)

  1. Installieren Sie uv (ein schnelles Installations- und Resolverprogramm für Python-Pakete):
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Klonen Sie das Repository:
git clone https://github.com/oraichain/ragflow-mcp.git cd ragflow-mcp
  1. Erstellen Sie eine neue virtuelle Umgebung und aktivieren Sie sie:
uv venv --python 3.12 source .venv/bin/activate # On Unix/macOS # Or on Windows: # .venv\Scripts\activate
  1. Installieren Sie Abhängigkeiten:
uv pip install -r pyproject.toml

Führen Sie MCP Server Inspector zum Debuggen aus

  1. Starten Sie den MCP-Server
  2. Starten Sie den Inspector mit dem folgenden Befehl:
# you can choose a different server SERVER_PORT=9000 npx @modelcontextprotocol/inspector
-
security - not tested
A
license - permissive license
-
quality - not tested

Ein einfacher temporärer MCP-Server für RAGFlow, der die Lücke überbrückt, bis eine offizielle Version veröffentlicht wird.

  1. Installation
    1. Methode 1: Verwenden von conda
    2. Methode 2: Verwenden von UV (empfohlen)
  2. Führen Sie MCP Server Inspector zum Debuggen aus

    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
      82
      176
      JavaScript
      Apache 2.0
      • Apple
    • A
      security
      A
      license
      A
      quality
      A 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 -
      3
      676
      61
      JavaScript
      Apache 2.0
    • A
      security
      F
      license
      A
      quality
      An MCP server designed to work with FFmpeg for media processing tasks, offering enhanced performance and secure communication for handling media processing requests.
      Last updated -
      2
      14
      12
      TypeScript
    • -
      security
      F
      license
      -
      quality
      A simple MCP server that provides read-only access to Cloudways hosting resources, including servers, applications, monitoring data, and team management features.
      Last updated -
      2
      Python
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/oraichain/ragflow-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server