MCP.so
登录

Mcp Difyworkflow Server

@gotoolkits

关于 Mcp Difyworkflow Server

mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.

基本信息

分类

其他

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

gotoolkits

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Difyworkflow Server?

Mcp Difyworkflow Server is an MCP server tool that queries and invokes Dify workflows, enabling on-demand execution of multiple custom workflows.

How to use Mcp Difyworkflow Server?

Install by cloning the repository and building with go build or make build. Configure in mcpServers JSON with the compiled binary path, the Dify API base URL via -base-url, and environment variables DIFY_WORKFLOW_NAME and DIFY_API_KEYS (comma-separated and corresponding one-to-one). Use list_workflows to view authorized workflows or execute_workflow with a workflow name and input.

Key features of Mcp Difyworkflow Server

  • Lists authorized Dify workflows
  • Executes specified workflows with custom input
  • Supports multiple workflow names and API keys
  • Configurable Dify API base URL
  • Workflow input variable defaults to "message"

Use cases of Mcp Difyworkflow Server

  • Integrate custom Dify workflows into MCP-compatible AI assistants
  • Run translation or generation workflows on demand
  • Orchestrate multiple Dify workflows from a single MCP server

FAQ from Mcp Difyworkflow Server

How to install Mcp Difyworkflow Server?

Clone the repository, then build with go build or make build to produce the binary.

How to configure multiple workflows?

Set `DIFY_WORKFLOW

评论

其他 分类下的更多 MCP 服务器