Skip to main content
Glama

MCP Server

by hjlarry

MCP 服务器

作者: hjlarry
版本: 0.0.3
**类型:**扩展
仓库: https ://github.com/hjlarry/dify-plugin-mcp_server
功能请求:问题

Dify 端点插件可将 dify 应用程序更改为 mcp 服务器。

为了保证数据安全,请在您的私人网络中专门使用此插件。

开始

1. 在 dify 中创建一个简单的工作流应用程序。

1

2.添加端点并选择此应用程序。

2

应用的输入架构必须定义其输入参数。对于聊天应用,请确保在输入架构中包含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 复制到你的 mcp 客户端,例如Cherry Studio

选项 1:使用最新的 Streamable HTTP 协议(推荐)

67

选项 2:使用旧版 SSE 协议

34

4.享受它!

5

变更日志

0.0.3

  • 要修复 sse 获取不存在的密钥,请在插件守护进程上获取大量错误日志。

0.0.2

  • 添加新的 Streamable HTTP 协议。
  • 更新 dify-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. 2.添加端点并选择此应用程序。
    3. 将端点 URL 复制到你的 mcp 客户端,例如Cherry Studio
    4. 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