Skip to main content
Glama

MCP Server

by hjlarry

Servidor MCP

Autor: hjlarry
Versión: 0.0.3
Tipo: extensión
Repositorio: https://github.com/hjlarry/dify-plugin-mcp_server
Solicitud de función: problemas

Un complemento de punto final de Dify que cambia una aplicación Dify a un servidor mcp.

Para mantener sus datos seguros, utilice este complemento exclusivamente dentro de su red privada.

Empezar

1. crea una aplicación de flujo de trabajo simple en diphy.

1

2. Agregue un punto final y seleccione esta aplicación.

2

El esquema de entrada de la aplicación debe definir sus parámetros de entrada. Para una aplicación de chat, asegúrese de incluir un campo query en el esquema de entrada, con el siguiente formato:

{ "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. Copie la URL del punto final a su cliente mcp, como Cherry Studio

Opción 1: utilizar el protocolo HTTP Streamable más reciente (recomendado)

67

Opción 2: utilizar el protocolo SSE heredado

34

4. ¡Disfrútalo!

5

Registro de cambios

0.0.3

  • Para solucionar el problema de que sse obtiene una clave inexistente, se generan muchos registros de errores en el demonio del complemento.

0.0.2

  • Añade un nuevo protocolo HTTP Streamable.
  • Actualice la versión 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.

Un complemento de punto final de Dify que transforma una aplicación Dify en un servidor de Protocolo de control de modelos, lo que permite que herramientas como Cursor se conecten y utilicen sus flujos de trabajo de Dify personalizados.

  1. Empezar
    1. crea una aplicación de flujo de trabajo simple en diphy.
    2. Agregue un punto final y seleccione esta aplicación.
    3. Copie la URL del punto final a su cliente mcp, como Cherry Studio
    4. ¡Disfrútalo!
  2. Registro de cambios
    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