MCP ExplorerExplorer

Dify Retriever Mcp

@wangle201210on 9 months ago
8 MIT
FreeCommunity
AI Systems
#dify#eino#mcp
Dify Knowledge Base Retrieval Tool

Overview

What is Dify Retriever Mcp

dify-retriever-mcp is a knowledge base retrieval tool designed to facilitate access to information stored in a dataset.

Use cases

Use cases include retrieving specific information from a knowledge base for customer inquiries, conducting research by accessing relevant data, and integrating with applications that require knowledge retrieval capabilities.

How to use

To use dify-retriever-mcp, install it via Go if you have a Go environment, or download the binary file and place it in your PATH. Configure the necessary environment variables such as DIFY_DATASET_API_KEY, DIFY_ENDPOINT, DIFY_DATASET_ID, and DIFY_DATASET_NAME to set up your knowledge base retrieval.

Key features

Key features include easy installation, configurable environment settings, and the ability to retrieve information from a specified knowledge base.

Where to use

dify-retriever-mcp can be used in various fields such as data analysis, research, customer support, and any domain requiring efficient access to structured knowledge.

Content

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": "***知识库检索"
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers