Loading MCP server directory, please wait...
MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients
npx @getmcp/cli add io.github.salted-butter-joshua/dify-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
DIFY_API_BASEDify Knowledge API base URL, e.g. http://192.168.1.100/v1
DIFY_API_KEYDify Knowledge Base API key
DIFY_ALLOWED_DATASETSComma-separated dataset UUIDs to expose
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.salted-butter-joshua/dify-mcp": {
"command": "uvx",
"args": [
"dify-mcp"
],
"env": {
"DIFY_API_BASE": "",
"DIFY_API_KEY": "",
"DIFY_ALLOWED_DATASETS": "",
"DIFY_TIMEOUT": "",
"DIFY_VERIFY_SSL": ""
}
}
}
}