ragflow-mcp-server-fixed
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAGFLOW_API_KEY | Yes | RAGFlow API key. | |
| RAGFLOW_BASE_URL | Yes | RAGFlow base URL. | |
| RAGFLOW_DEFAULT_CHAT_ID | No | Existing RAGFlow chat assistant ID for ask_configured_chat. | |
| RAGFLOW_DEFAULT_CHAT_NAME | No | Existing RAGFlow chat assistant name for ask_configured_chat. | |
| RAGFLOW_DEFAULT_SESSION_NAME | No | Session name created for the configured chat. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_datasetsB | List RAGFlow datasets. Returns dataset id and name. |
| create_chatB | Create a RAGFlow chat assistant and session for one dataset. |
| chatC | Ask a question in a created RAGFlow chat session. |
| ask_configured_chatA | Preferred one-step QA tool. Ask a question in the RAGFlow chat assistant configured on server startup. No dataset_id, chat_id, or session_id is required. |
| retrieveB | Retrieve relevant chunks directly from a RAGFlow dataset. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/FoundZiGu/ragflow-mcp-server-fixed'
If you have feedback or need assistance with the MCP directory API, please join our Discord server