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
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments