MCP Hub
Back to servers

Dify Dataset Retriever

This MCP server enables integration with Dify's knowledge base, allowing models to search and retrieve specialized information from hosted datasets via the Dify API.

Stars
13
Forks
2
Tools
1
Updated
Apr 3, 2025
Validated
Jan 11, 2026

dify-retriever-mcp

dify 知识库检索工具

安装

若本地有go环境

go install github.com/wangle201210/dify-retriever-mcp@latest

若没有go环境

下载二进制文件 把下载的可执行文件放到自己的 PATH 目录即可

用法

{
  "mcpServers": {
      "dify-retriever-mcp": {
        "command": "dify-retriever-mcp",
        "args": [],
        "env": {
          "DIFY_DATASET_API_KEY": "dataset-iDBz1qVkmI2dU6KnirLCxO9K",
          "DIFY_ENDPOINT": "http://127.0.0.1/v1",
          "DIFY_DATASET_ID": "b667a65b-f40f-4dd0-8b34-8406dc8be96e",
          "DIFY_DATASET_NAME": "这里写知识库名字"
        },
        "descriptions": "***知识库检索"
      }
  } 
}

Reviews

No reviews yet

Sign in to write a review