MCP Catalogs
首页flexible-graphrag screenshot

flexible-graphrag

by stevereiner·127·综合分 47

Flexible GraphRAG 的 MCP 服务器,提供文档摄取、混合搜索和 AI 查询工具。

knowledge-graphai-llmdeveloper-tools
27
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Flexible GraphRAG 是一个全面的 AI 上下文平台,与 MCP 集成,提供从 13 个数据源(9 个支持自动同步)摄取文档、执行跨向量、图和全文数据库的混合搜索,以及进行 AI 查询的工具。MCP 服务器将系统的核心功能暴露给 Claude Desktop 和其他 MCP 客户端,实现与 AI 工作流程的无缝集成。它通过使用 LlamaIndex 和 LangChain 的双框架架构支持多种图数据库、向量存储和 LLM 提供商。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:从企业知识库中提取文档知识并构建 RAG 系统
:对混合数据源(结构化和非结构化)进行 AI 驱动的搜索
:通过 MCP 将 Flexible GraphRAG 功能集成到 Claude Desktop 工作流中
:MCP 服务器支持哪些数据源?
:我可以同时将 LlamaIndex 和 LangChain 框架与 MCP 服务器一起使用吗?

什么时候选它

当您需要将 Claude Desktop 连接到支持多种数据库后端的综合性文档处理和知识图谱平台时,选择 Flexible GraphRAG MCP 服务器。

什么时候不要选它

如果您需要轻量级解决方案,或者不打算使用或已经在使用支持的数据库和框架之一,请避免使用。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • ingest_documents

    Ingest documents from various data sources into the knowledge graph

  • search_documents

    Perform hybrid search across vector, full-text, and graph databases

  • query_documents

    Query documents using natural language or SPARQL for RDF stores

  • ingest_text

    Directly ingest text content into the knowledge graph

  • system_diagnostics

    Run system diagnostics and health checks

  • health_checks

    Perform health checks on system components

  • get_processing_status

    Get the status of ongoing document processing tasks

  • cancel_processing_task

    Cancel an ongoing document processing task

  • list_data_sources

    List available data sources for document ingestion

可对比工具

semantic-kernel-mcplanggraph-mcpllama-index-mcp

安装

  1. 安装 flexible-graphrag-mcp 包:pip install flexible-graphrag-mcp
  2. 配置您的 MCP 客户端连接到服务器

对于 Claude Desktop,请添加到 config.json:

{
  "mcpServers": {
    "flexible-graphrag": {
      "command": "python",
      "args": ["-m", "flexible_graphrag_mcp"]
    }
  }
}

FAQ

MCP 服务器支持哪些数据源?
MCP 服务器支持 13 种数据源,包括文件系统、云存储(S3、Azure)、企业知识库(Alfresco、SharePoint、Box、CMIS)和 Web 源。其中 9 种支持自动增量更新。
我可以同时将 LlamaIndex 和 LangChain 框架与 MCP 服务器一起使用吗?
是的,MCP 服务器同时支持 LlamaIndex(默认)和 LangChain 框架。每个处理阶段都可以通过环境变量独立配置使用任一框架。

flexible-graphrag 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。