RAGFlow MCP Server
@wang-junjian
About RAGFlow MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ragflow-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
4聊天助手的名称
数据集的 ID
聊天助手的会话 ID
提问内容
Overview
What is RAGFlow MCP Server?
RAGFlow MCP Server is an MCP implementation that exposes RAGFlow’s API as tools for AI assistants. It enables listing datasets, creating chat assistants, and conducting conversations via MCP protocol. Aimed at developers integrating RAGFlow knowledge bases into Copilot, Continue, or Claude Desktop.
How to use RAGFlow MCP Server?
Install via uvx ragflow-mcp-server or run from source with uv. Configure with --api-key and --base-url arguments. Example JSON/YAML configs for Copilot, Continue, and Claude Desktop are provided in the README.
Key features of RAGFlow MCP Server?
- Lists all datasets with ID and name
- Creates a new chat assistant for a dataset
- Conducts conversations with a chat assistant
Use cases of RAGFlow MCP Server?
- Query company knowledge bases from an AI coding assistant
- Dynamically create and chat with RAGFlow assistants in CI/CD pipelines
- Build a chat interface on top of RAGFlow datasets using MCP-compatible clients
- Automate retrieval-augmented generation workflows with external tools
FAQ from RAGFlow MCP Server
What does RAGFlow MCP Server do?
It acts as a bridge between MCP-compatible AI assistants and the RAGFlow API, allowing you to list datasets and chat with RAGFlow assistants without leaving your editor or chat app.
How do I configure RAGFlow MCP Server?
Pass --api-key (your RAGFlow API key) and --base-url (your RAGFlow server address) when launching. Example configs are available for Copilot, Continue, and Claude Desktop.
What runtime dependencies does it require?
Python and uv (or uvx for the published package). The server communicates over stdio via MCP.
Where does the data live?
All data resides in your RAGFlow instance. The MCP server only sends API requests to your configured --base-url.
How are requests transported and authenticated?
Transport is MCP over stdio. Authentication is via the RAGFlow API key provided in the --api-key argument.
Frequently asked questions
What does RAGFlow MCP Server do?
It acts as a bridge between MCP-compatible AI assistants and the RAGFlow API, allowing you to list datasets and chat with RAGFlow assistants without leaving your editor or chat app.
How do I configure RAGFlow MCP Server?
Pass `--api-key` (your RAGFlow API key) and `--base-url` (your RAGFlow server address) when launching. Example configs are available for Copilot, Continue, and Claude Desktop.
What runtime dependencies does it require?
Python and `uv` (or `uvx` for the published package). The server communicates over stdio via MCP.
Where does the data live?
All data resides in your RAGFlow instance. The MCP server only sends API requests to your configured `--base-url`.
How are requests transported and authenticated?
Transport is MCP over stdio. Authentication is via the RAGFlow API key provided in the `--api-key` argument.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments