Query and execute Dify AI workflows through MCP. Trigger workflow runs, check status, and retrieve results.
go install github.com/gotoolkits/mcp-difyworkflow-server@latest
```json
{
"mcpServers": {
"dify": {
"command": "mcp-difyworkflow-server",
"env": { "DIFY_API_URL": "http://localhost/v1", "DIFY_API_KEY": "your-key" }
}
}
}
```
run_workflowget_statuslist_workflowsQuery and execute Dify AI workflows through MCP. Trigger workflow runs, check status, and retrieve results.
Language: Go
Category: AI & ML