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.

コメント

「その他」の他のコンテンツ