Gotoolkits_mcp Difyworkflow Server
@MCP-Mirror
关于 Gotoolkits_mcp Difyworkflow Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论