RAGFlow MCP
ragflow-mcp
MCP de RAGFlow simple. Solo útil hasta que el equipo de RAGFlow lance el servidor oficial de MCP.
Instalación
Ofrecemos dos métodos de instalación. Se recomienda el método 2 (con uv) para una instalación más rápida y una mejor gestión de dependencias.
Método 1: Uso de conda
Crear un nuevo entorno conda:
conda create -n ragflow_mcp python=3.12
conda activate ragflow_mcpClonar el repositorio:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcpInstalar dependencias:
pip install -r requirements.txtMétodo 2: Uso de luz ultravioleta (recomendado)
Instalar uv (un instalador y solucionador rápido de paquetes de Python):
curl -LsSf https://astral.sh/uv/install.sh | shClonar el repositorio:
git clone https://github.com/oraichain/ragflow-mcp.git
cd ragflow-mcpCrea un nuevo entorno virtual y actívalo:
uv venv --python 3.12
source .venv/bin/activate # On Unix/macOS
# Or on Windows:
# .venv\Scripts\activateInstalar dependencias:
uv pip install -r pyproject.tomlEjecute MCP Server Inspector para depurar
Iniciar el servidor MCP
Inicie el inspector utilizando el siguiente comando:
# you can choose a different server
SERVER_PORT=9000 npx @modelcontextprotocol/inspectorThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA complete MCP server for Retrieval-Augmented Generation with file management and vector memory for agents. Supports multiple document formats (PDF, DOCX, TXT, MD, CSV, JSON) with semantic search using Hugging Face embeddings and ChromaDB for efficient vector storage.1191MIT
- FlicenseBqualityCmaintenanceA fixed MCP server that interacts with RAGFlow for dataset management and chat operations, handling legacy endpoint errors and providing a fallback to OpenAI-compatible endpoints.5
- AlicenseNot gradedqualityDmaintenanceA simple MCP server for local documentation with RAG capabilities, enabling AI assistants to access and search local documents.2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).24536MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
MCP server for Hailuo (MiniMax) AI video generation
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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