MCP.so
登录

Gotoolkits_mcp Difyworkflow Server

@MCP-Mirror

关于 Gotoolkits_mcp Difyworkflow Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Gotoolkits_mcp Difyworkflow Server?

Gotoolkits_mcp Difyworkflow Server is an MCP server Tools application that lets you query and invoke Dify workflows on demand, supporting multiple custom workflows simultaneously. It is built for developers using the Dify platform who want to trigger workflows via an MCP client.

How to use Gotoolkits_mcp Difyworkflow Server?

Clone the repository, build the binary with Go or make, then configure the server in your MCP client’s settings JSON. Set the Dify API base URL via -base-url, and provide comma-separated workflow names and API keys via the environment variables DIFY_WORKFLOW_NAME and DIFY_API_KEYS. Use the tools list_workflows to list authorized workflows and execute_workflow to run one by name, passing the input as message.

Key features of Gotoolkits_mcp Difyworkflow Server

  • Lists all authorized Dify workflows.
  • Executes any named workflow with custom input.
  • Supports multiple workflows with one-to-one name/key mapping.
  • Uses the Dify platform API for all operations.
  • Works with any MCP‑compatible client.

Use cases of Gotoolkits_mcp Difyworkflow Server

  • Trigger a translation workflow from an AI assistant.
  • Run a content generation workflow by name.
  • Automate multi‑step Dify pipelines via MCP tools.
  • Integrate Dify workflows into larger MCP‑based toolchains.

FAQ from Gotoolkits_mcp Difyworkflow Server

What dependencies or runtime are required?

The server is a compiled Go binary. You only need the binary and a Dify platform with an accessible API endpoint.

How are workflow names and API keys configured?

Set DIFY_WORKFLOW_NAME and DIFY_API_KEYS as comma‑separated lists. The order must correspond one‑to‑one – the first name maps to the first key, and so on.

What transport or authentication does the server use?

It communicates with the Dify API via the base URL you provide (e.g., http://localhost/v1). Authentication is handled by the API keys supplied in the environment.

What is the expected input variable name for a Dify workflow?

The Dify workflow’s input variable should be defined as "message". The execute_workflow tool passes the user’s input under that key.

Are there any limitations on workflow names or keys?

No limits are stated beyond the requirement that names and keys be provided in matching order. The server supports multiple workflows but the exact maximum is not specified.

评论

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