Loading...
{
"mcpServers": {
"mcp-difyworkflow-server": {
"command": "mcp-difyworkflow-server",
"args": ["-base-url", "http://localhost/v1"],
"env": {
"DIFY_WORKFLOW_NAME": "workflow-translator“,workflow-genImag",
"DIFY_API_KEYS": "appkey-xxxxxxxxxxxa,appkey-xxxxxxxxxxxb"
}
}
}
}list_workflowsLists the available Dify workflows that can be executed.
Read-only operation, no side effects.
execute_workflowExecutes a specified Dify workflow with a given input.
Executes pre-defined workflows, but input sanitization is crucial.
This tool is relatively safe if Dify workflows are designed with security in mind and API keys are managed properly. Risks increase if workflows handle sensitive data or interact with external systems without proper validation and authorization.