RAGFlow MCP
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
Erstellen Sie eine neue Conda-Umgebung:
conda create -n ragflow_mcp python=3.12
conda activate ragflow_mcpKlonen Sie das Repository:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcpInstallieren Sie Abhängigkeiten:
pip install -r requirements.txtMethode 2: Verwenden von UV (empfohlen)
Installieren Sie uv (ein schnelles Installations- und Resolverprogramm für Python-Pakete):
curl -LsSf https://astral.sh/uv/install.sh | shKlonen Sie das Repository:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcpErstellen 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\activateInstallieren Sie Abhängigkeiten:
uv pip install -r pyproject.tomlFühren Sie MCP Server Inspector zum Debuggen aus
Starten Sie den MCP-Server
Starten Sie den Inspector mit dem folgenden Befehl:
# you can choose a different server
SERVER_PORT=9000 npx @modelcontextprotocol/inspectorThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
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