MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients

stdiocommunityknowledge

Package Details

Transportstdio

Environment Variables

DIFY_API_BASE(str)
Required

Dify Knowledge API base URL, e.g. http://192.168.1.100/v1

DIFY_API_KEY(str)
RequiredSecret

Dify Knowledge Base API key

DIFY_ALLOWED_DATASETS(str)
Required

Comma-separated dataset UUIDs to expose

DIFY_TIMEOUT(str)

HTTP timeout in seconds (default: 30)

DIFY_VERIFY_SSL(str)

Verify TLS certificates (default: false)