Skip to main content
Glama
funtuan

Dify External Knowledge MCP Server

by funtuan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DIFY_API_KEYYesAPI key for authenticating with the Dify API
DIFY_KNOWLEDGE_IDYesThe specific Dify knowledge base ID to query
DIFY_KNOWLEDGE_ENDPOINTYesDify external knowledge API endpoint URL (e.g., https://your-endpoint.com)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as querying a knowledge base, and no other tools exist to cause confusion.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'query_dify_knowledge' follows a clear verb_noun pattern, and there are no other tools to compare it against for inconsistency.

Tool Count2/5

A single tool is too few for a server that appears to handle external knowledge base operations, as it suggests limited functionality. Typically, such a domain would benefit from additional tools like create, update, or delete operations for knowledge management, making this feel incomplete.

Completeness2/5

The tool set is severely incomplete for a knowledge base server. While querying is a core function, there are obvious gaps such as tools for adding, updating, deleting, or listing knowledge base entries, which are essential for full lifecycle coverage in this domain.