Dify Workflows
Summary
This Dify Workflow MCP server, developed by an unnamed creator, integrates with the Dify API to enable AI-driven workflow execution. Built with Go and leveraging the MCP-Go library, it provides tools for listing authorized workflows and executing specified workflows with custom inputs. The server implements environment-based configuration, allowing for flexible API key and workflow name management. By abstracting the complexities of Dify API interactions, it enables AI systems to easily trigger and manage complex workflows. This implementation is particularly valuable for applications requiring programmatic access to Dify workflows, facilitating use cases such as automated task execution, multi-step data processing, and AI-driven decision making across various domains.
Available Actions(2)
list_workflows
List authorized workflows.
execute_workflow
Execute a specified workflow. Parameters: workflow_name (string), input (string). The input variable name for the Dify workflow should be defined as 'message'.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论