Dify External Knowledge MCP Server
by funtuan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIFY_API_KEY | Yes | API key for authenticating with the Dify API | |
| DIFY_KNOWLEDGE_ID | Yes | The specific Dify knowledge base ID to query | |
| DIFY_KNOWLEDGE_ENDPOINT | Yes | Dify external knowledge API endpoint URL (e.g., https://your-endpoint.com) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_dify_knowledgeC | Query Dify external knowledge base to retrieve relevant information based on a search query. Returns ranked documents with content, scores, titles, and metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/funtuan/dify-external-knowledge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server