MCP Directory
Back

dify_rag_mcp

by lgwanai · Python · ★ 2

一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的 Dify RAG 服务器,提供知识库管理、文档处理、分段管理和智能搜索功能。

Install

pip install git+https://github.com/lgwanai/dify_rag_mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "dify-rag-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/lgwanai/dify_rag_mcp.git"
      ]
    }
  }
}

From the README

一个基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 的 Dify RAG 服务器,提供知识库管理、文档处理、分段管理和智能搜索功能。 - **完整的知识库管理**: 创建、更新、删除、复制知识库 - **文档处理**: 支持文本和文件上传,文档状态管理 - **分段管理**: 文档分段的增删改查,批量操作 - **智能搜索**: 语义搜索、关键词搜索、混合搜索、全文搜索 - **多种传输方式**: 支持 stdio、SSE、WebSocket - **异步架构**: 高性能异步处理 - **完整测试**: 单元测试、集成测试、端到端测试 - **类型安全**: 完整的 TypeScript 风格类型注解 - Python 3.8+ - Dify API 访问权限 必需的环境变量: 项目提供了便捷的管理脚本来启动、停止和重启服务器: 详细的管理脚本使用说明请参考 [SERVER_MANAGEMENT.md](SERVER_MANAGEMENT.md)。 也可以直接使用 Python 命令启动: 服务器提供以下 MCP 工具: - - 创建知识库 - - 列出知识库 - - 获取知识库详情 - - 更新知识库 - - 删除知识库 - - 复制知识库 - - 列出文档…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers