.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/infiniflow/ragflow
home/mcp-servers/infiniflow/ragflow
infiniflow avatar

ragflow

byinfiniflow· 1 MCP server

Stars

86k

Forks

10k

Category

Machine Learning & AI

View on GitHub

TL;DR

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.

How to install ragflow?

infiniflow/ragflow
$git clone https://github.com/infiniflow/ragflow

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ragflow by running `git clone https://github.com/infiniflow/ragflow`, then use it for the current task and follow its documentation at https://github.com/infiniflow/ragflow.

Files · 1

View on GitHub
README.md
1<div align="center">
2<a href="https://cloud.ragflow.io/">
3<img src="https://raw.githubusercontent.com/infiniflow/ragflow/main/web/src/assets/logo-with-text.svg" width="520" alt="ragflow logo">
4</a>
5</div>
6 
7<p align="center">
8 <a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-DBEDFA"></a>
9 <a href="./README_zh.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-DFE0E5"></a>
10 <a href="./README_tzh.md"><img alt="繁體版中文自述文件" src="https://img.shields.io/badge/繁體中文-DFE0E5"></a>
11 <a href="./README_ja.md"><img alt="日本語のREADME" src="https://img.shields.io/badge/日本語-DFE0E5"></a>
12 <a href="./README_ko.md"><img alt="한국어" src="https://img.shields.io/badge/한국어-DFE0E5"></a>
13 <a href="./README_fr.md"><img alt="README en Français" src="https://img.shields.io/badge/Français-DFE0E5"></a>
14 <a href="./README_id.md"><img alt="Bahasa Indonesia" src="https://img.shields.io/badge/Bahasa Indonesia-DFE0E5"></a>
15 <a href="./README_pt_br.md"><img alt="Português(Brasil)" src="https://img.shields.io/badge/Português(Brasil)-DFE0E5"></a>
16 <a href="./README_ar.md"><img alt="README in Arabic" src="https://img.shields.io/badge/Arabic-DFE0E5"></a>
17 <a href="./README_tr.md"><img alt="Türkçe README" src="https://img.shields.io/badge/Türkçe-DFE0E5"></a>
18 <a href="./README_ru.md"><img alt="Русская версия README" src="https://img.shields.io/badge/Русский-DFE0E5"></a>
19</p>
20 
21<p align="center">
22 <a href="https://x.com/intent/follow?screen_name=infiniflowai" target="_blank">
23 <img src="https://img.shields.io/twitter/follow/infiniflow?logo=X&color=%20%23f5f5f5" alt="follow on X(Twitter)">
24 </a>
25 <a href="https://cloud.ragflow.io" target="_blank">
26 <img alt="Static Badge" src="https://img.shields.io/badge/Get-Started-4e6b99">
27 </a>
28 <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
29 <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/infiniflow/ragflow-stats/main/badges/docker-pulls.json&style=flat-square&logo=docker&logoColor=white" alt="docker pull infiniflow/ragflow:v0.26.4">
30 </a>
31 <a href="https://github.com/infiniflow/ragflow/releases/latest">
32 <img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
33 </a>
34 <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
35 <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="license">
36 </a>
37 <a href="https://deepwiki.com/infiniflow/ragflow">
38 <img alt="Ask DeepWiki" src="https://deepwiki.com/badge.svg">
39 </a>
40</p>
41 
42<h4 align="center">
43 <a href="https://cloud.ragflow.io">Cloud</a> |
44 <a href="https://ragflow.io/docs/dev/">Document</a> |
45 <a href="https://github.com/infiniflow/ragflow/issues/12241">Roadmap</a> |
46 <a href="https://discord.gg/NjYzJD3GM3">Discord</a>
47</h4>
48 
49<div align="center" style="margin-top:20px;margin-bottom:20px;">
50<img alt="RAGFlow in the GitHub Octoverse" src="https://raw.githubusercontent.com/infiniflow/ragflow-docs/refs/heads/image/image/ragflow-octoverse.png" width="1200"/>
51</div>
52 
53<div align="center">
54<a href="https://trendshift.io/repositories/9064" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9064" alt="infiniflow%2Fragflow | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
55</div>
56 
57<details open>
58<summary><b>📕 Table of Contents</b></summary>
59 
60- 💡 [What is RAGFlow?](#-what-is-ragflow)
61- 🎮 [Get Started](#-get-started)
62- 📌 [Latest Updates](#-latest-updates)
63- 🌟 [Key Features](#-key-features)
64- 🔎 [System Architecture](#-system-architecture)
65- 🎬 [Self-Hosting](#-self-hosting)
66- 🔧 [Configurations](#-configurations)
67- 🔧 [Build a Docker image](#-build-a-docker-image)
68- 🔨 [Launch service from source for development](#-launch-service-from-source-for-development)
69- 📚 [Documentation](#-documentation)
70- 📜 [Roadmap](#-

Preview

infiniflow/ragflowinfiniflow/ragflow
Repoinfiniflow/ragflow
TypeMCP Servers
CategoryMachine Learning & AI
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. jochenyang avatarluma-mcpMulti-model vision understanding MCP server. Supports GLM-4.6V (Zhipu), DeepSeek-OCR (SiliconFlow - Free), Qwen3-VL-Flash (Aliyun), and Doubao-Seed-1.6 (Volcengine)MCP ServersJul 202611k82
  2. ggozad avatarhaiku.ragOpinionated agentic RAG powered by LanceDB, Pydantic AI, and DoclingMCP ServersJul 20265.7k549
  3. jjang-ai avatarvmlxMLX inference server for Apple Silicon — Text, Image, Video & Audio generationMCP ServersJul 20264.8k780
  4. tobocop2 avatarlilbeeThe whole local AI stack in one executable: run and manage local AI models across every GPU you have, and search your files, code, and the web pages you crawl, with answers that cite the source.MCP ServersJul 20264.8k39
  5. runapi-ai avatarmcp130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.MCP ServersJul 20262.8k52
  6. stabgan avataropenrouter-mcp-multimodalChat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.MCP ServersJul 20261.3k66