local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides connection to GitHub for repository and issue tracking, as indicated by the repository badge in the README.
Utilizes Shields.io for generating version and repository badges displayed in the README.
MCPサーバー
著者: hjlarry
バージョン: 0.0.2
**タイプ:**拡張機能
リポジトリ: https://github.com/hjlarry/dify-plugin-mcp_server
機能リクエスト:問題
dify アプリを mcp サーバーに変更する Dify エンドポイント プラグイン。
データを安全に保つために、このプラグインはプライベート ネットワーク内でのみ使用してください。
始める
1. dify でシンプルなワークフロー アプリを作成します。
2. エンドポイントを追加し、このアプリを選択します。
アプリの入力スキーマでは、入力パラメータを定義する必要があります。チャットdifyアプリの場合は、入力スキーマにquery
フィールドを以下の形式で含めてください。
Copy
3. エンドポイント URL を、 Cherry Studio
などの MCP クライアントにコピーします。
オプション 1: 最新のストリーミング可能な HTTP プロトコルを使用する (推奨)
オプション2: 従来のSSEプロトコルを使用する
4. 楽しんでください!
変更履歴
0.0.2
- 新しいストリーミング可能な HTTP プロトコルを追加します。
- diify-plugin-sdk のバージョンを更新します。
This server cannot be installed
Dify アプリケーションをモデル制御プロトコル サーバーに変換する Dify エンドポイント プラグイン。これにより、Cursor などのツールがカスタム Dify ワークフローに接続して利用できるようになります。