Enables dify workflows to be invoked through Model Context Protocol (MCP) tools.
This tool provides a simple Model Context Protocol (MCP) server implementation designed for integrating and utilizing Dify workflows. It facilitates the execution of Dify workflows by calling MCP tools, allowing seamless interaction between clients supporting MCP and Dify's functionalities. The server requires a configuration file (config.yaml) to store Dify base URL and application secret keys (SKs), ensuring secure and streamlined communication with different Dify workflows.
주요 기능
010 GitHub stars
02Supports multiple Dify workflows through different SKs.
03Provides a client configuration example for easy integration.
04Facilitates Dify workflow invocation via MCP.
05Uses a configuration file for Dify base URL and SK management.
사용 사례
01Managing multiple Dify applications with individual secret keys.
02Integrating Dify workflows into applications supporting MCP.