https://github.com/wangle201210/dify-retriever-mcp
dify 知识库检索工具
https://github.com/wangle201210/dify-retriever-mcp
dify eino mcp
Last synced: 28 days ago
JSON representation
dify 知识库检索工具
- Host: GitHub
- URL: https://github.com/wangle201210/dify-retriever-mcp
- Owner: wangle201210
- Created: 2025-03-28T06:08:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T09:43:34.000Z (6 months ago)
- Last Synced: 2025-04-16T00:57:19.469Z (6 months ago)
- Topics: dify, eino, mcp
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dify-retriever-mcp
dify 知识库检索工具## 安装
### 若本地有go环境
```bash
go install github.com/wangle201210/dify-retriever-mcp@latest
```
### 若没有go环境
[下载二进制文件](https://github.com/wangle201210/dify-retriever-mcp/releases/latest)
把下载的可执行文件放到自己的 PATH 目录即可## 用法
```json
{
"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": "***知识库检索"
}
}
}
```