MCPサーバー
著者: hjlarry
バージョン: 0.0.3
**タイプ:**拡張機能
リポジトリ: https://github.com/hjlarry/dify-plugin-mcp_server
機能リクエスト:問題
dify アプリを mcp サーバーに変更する Dify エンドポイント プラグイン。
データを安全に保つために、このプラグインはプライベート ネットワーク内でのみ使用してください。
始める
1. dify でシンプルなワークフロー アプリを作成します。
2. エンドポイントを追加し、このアプリを選択します。
アプリの入力スキーマでは、入力パラメータを定義する必要があります。チャットdifyアプリの場合は、入力スキーマにquery
フィールドを以下の形式で含めてください。
3. エンドポイント URL を、 Cherry Studio
などの MCP クライアントにコピーします。
オプション 1: 最新のストリーミング可能な HTTP プロトコルを使用する (推奨)
オプション2: 従来のSSEプロトコルを使用する
4. 楽しんでください!
変更履歴
0.0.3
- SSE を修正するには、存在しないキーを取得し、プラグイン デーモンで多数のエラー ログを取得します。
0.0.2
- 新しいストリーミング可能な HTTP プロトコルを追加します。
- diify-plugin-sdk のバージョンを更新します。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Dify アプリケーションをモデル制御プロトコル サーバーに変換する Dify エンドポイント プラグイン。これにより、Cursor などのツールがカスタム Dify ワークフローに接続して利用できるようになります。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.Last updated -16TypeScript
- -securityFlicense-qualityA plugin that allows Dify to connect to multiple MCP (Model Control Protocol) servers using HTTP with Server-Sent Events transport, supporting custom configurations for URLs, headers, and timeouts.Last updated -139Python
- -securityFlicense-qualityExposes Dify applications (both Chatflow and Workflow) as MCP (Model Context Protocol) servers, allowing Claude and other MCP clients to directly interact with Dify apps through a standardized protocol.Last updated -18Python
- -security-license-qualityA server implementation that enables integration of Dify workflows with Model Context Protocol (MCP), allowing users to access Dify's capabilities through MCP-compatible clients.Last updated -