MCP Server

by hjlarry
Verified

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フィールドを以下の形式で含めてください。

{ "name": "get_weather", "description": "Get weather status for a place.", "inputSchema": { "properties": { "place": {"title": "Place", "type": "string"} }, "required": ["place"], "title": "get_weatherArguments", "type": "object" } }

3. エンドポイント URL を、 Cherry Studioなどの MCP クライアントにコピーします。

オプション 1: 最新のストリーミング可能な HTTP プロトコルを使用する (推奨)

オプション2: 従来のSSEプロトコルを使用する

4. 楽しんでください!

変更履歴

0.0.2

  • 新しいストリーミング可能な HTTP プロトコルを追加します。
  • diify-plugin-sdk のバージョンを更新します。
-
security - not tested
F
license - not found
-
quality - not tested

Dify アプリケーションをモデル制御プロトコル サーバーに変換する Dify エンドポイント プラグイン。これにより、Cursor などのツールがカスタム Dify ワークフローに接続して利用できるようになります。

  1. Get Started
    1. 1. create a simple workflow app in dify.
    2. 2. add a endpoint and select this app.
    3. 3. copy the endpoint url to your mcp client, like Cherry Studio
    4. 4. enjoy it!
  2. Changelog
    1. 0.0.2
ID: njv5tlxffk