Dify MCP ServerServer

teddylee777
GitHub
MCPDifyWorkflow

Loading subscription status...

💡 Description

A simple implementation of an MCP server for using Dify. This server enables the invocation of Dify workflows by calling the tools of the Model Context Protocol (MCP). It allows users to access Dify's functionalities through MCP-compatible clients.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-server-rag-web-browser": {
        "env": {
          "CONFIG_PATH": "$CONFIG_PATH"
        },
        "args": [
          "--directory",
          "${DIFY_MCP_SERVER_PATH}",
          "run",
          "dify_mcp_server"
        ],
        "command": "uv"
      }
    }
  ]
}