MCP.so
Sign In
Servers

mcp-server-dify

@yuru-sha

Sample MCP Server for Dify AI

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-dify": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/dify",
        "https://your-dify-api-endpoint",
        "your-dify-api-key"
      ]
    }
  }
}

More from Other