Skip to main content
Glama

MCP Server

by hjlarry

MCPサーバー

著者: hjlarry
バージョン: 0.0.3
**タイプ:**拡張機能
リポジトリ: https://github.com/hjlarry/dify-plugin-mcp_server
機能リクエスト:問題

dify アプリを mcp サーバーに変更する Dify エンドポイント プラグイン。

データを安全に保つために、このプラグインはプライベート ネットワーク内でのみ使用してください。

始める

1. dify でシンプルなワークフロー アプリを作成します。

1

2. エンドポイントを追加し、このアプリを選択します。

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 プロトコルを使用する (推奨)

67

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

34

4. 楽しんでください!

5

変更履歴

0.0.3

  • SSE を修正するには、存在しないキーを取得し、プラグイン デーモンで多数のエラー ログを取得します。

0.0.2

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

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 ワークフローに接続して利用できるようになります。

  1. 始める
    1. dify でシンプルなワークフロー アプリを作成します。
    2. エンドポイントを追加し、このアプリを選択します。
    3. エンドポイント URL を、 Cherry Studioなどの MCP クライアントにコピーします。
    4. 楽しんでください!
  2. 変更履歴
    1. 0.0.3
    2. 0.0.2

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.
    Last updated -
    16
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A 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 -
    139
    Python
  • -
    security
    F
    license
    -
    quality
    Exposes 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 -
    18
    Python
  • -
    security
    -
    license
    -
    quality
    A 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 -

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hjlarry/dify-plugin-mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server