
flexible-graphrag
by stevereiner·★ 127·综合分 47
Flexible GraphRAG 的 MCP 服务器,提供文档摄取、混合搜索和 AI 查询工具。
概述
Flexible GraphRAG 是一个全面的 AI 上下文平台,与 MCP 集成,提供从 13 个数据源(9 个支持自动同步)摄取文档、执行跨向量、图和全文数据库的混合搜索,以及进行 AI 查询的工具。MCP 服务器将系统的核心功能暴露给 Claude Desktop 和其他 MCP 客户端,实现与 AI 工作流程的无缝集成。它通过使用 LlamaIndex 和 LangChain 的双框架架构支持多种图数据库、向量存储和 LLM 提供商。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要将 Claude Desktop 连接到支持多种数据库后端的综合性文档处理和知识图谱平台时,选择 Flexible GraphRAG MCP 服务器。
什么时候不要选它
如果您需要轻量级解决方案,或者不打算使用或已经在使用支持的数据库和框架之一,请避免使用。
此 server 暴露的工具
从 README 抽取出 9 个工具ingest_documentsIngest documents from various data sources into the knowledge graph
search_documentsPerform hybrid search across vector, full-text, and graph databases
query_documentsQuery documents using natural language or SPARQL for RDF stores
ingest_textDirectly ingest text content into the knowledge graph
system_diagnosticsRun system diagnostics and health checks
health_checksPerform health checks on system components
get_processing_statusGet the status of ongoing document processing tasks
cancel_processing_taskCancel an ongoing document processing task
list_data_sourcesList available data sources for document ingestion
可对比工具
安装
- 安装 flexible-graphrag-mcp 包:
pip install flexible-graphrag-mcp - 配置您的 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。