MCP.so
登录

Model Context Protocol (MCP) Server for dify workflows

@YanxingLiu

关于 Model Context Protocol (MCP) Server for dify workflows

Model Context Protocol (MCP) Server for dify workflows

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

YanxingLiu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "dify-mcp-server": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/YanxingLiu/dify-mcp-server",
        "dify_mcp_server"
      ],
      "env": {
        "DIFY_BASE_URL": "",
        "DIFY_APP_SKS": ""
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Model Context Protocol (MCP) Server for dify workflows?

A simple MCP server that enables calling Dify workflows as MCP tools. It integrates with the Dify API to invoke workflows configured with app secret keys.

How to use Model Context Protocol (MCP) Server for dify workflows?

Prepare either environment variables (DIFY_BASE_URL and DIFY_APP_SKS) or a config.yaml file with the same data.

评论

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