junjiem_dify_plugin_tools_mcp_sse

junjiem_dify_plugin_tools_mcp_sse

by junjiem
A plugin for Dify 1.0 that enables MCP protocol communication over HTTP with SSE transport for tool discovery and invocation.

Dify Plugin MCP HTTP with SSE Tools

Overview

The Dify Plugin MCP HTTP with SSE Tools is a powerful plugin designed to fetch and call tools using the MCP protocol over HTTP with Server-Sent Events (SSE) transport. This plugin integrates seamlessly with the Dify platform, enabling users to discover and utilize tools efficiently.

Features

  • MCP Protocol Integration: Fetch and call tools using the MCP protocol.
  • SSE Transport: Utilizes Server-Sent Events for real-time communication.
  • Multiple MCP Servers: Supports configuration for multiple MCP services.
  • Managed MCP Servers: Option to connect to managed MCP servers for ease of use.
  • GitHub Installation: Easy installation via GitHub repository.

Configuration

MCP Servers Configuration

The plugin supports multiple MCP services. Below is an example configuration:

{
  "server_name1": {
    "url": "http://127.0.0.1:8000/sse",
    "headers": {},
    "timeout": 60,
    "sse_read_timeout": 300
  },
  "server_name2": {
    "url": "http://127.0.0.1:8001/sse"
  }
}

Alternatively, you can use the following format:

{
  "mcpServers": {
    "server_name1": {
      "url": "http://127.0.0.1:8000/sse",
      "headers": {},
      "timeout": 60,
      "sse_read_timeout": 300
    },
    "server_name2": {
      "url": "http://127.0.0.1:8001/sse"
    }
  }
}

Managed MCP Servers

If you prefer not to deploy your own MCP server, you can connect to managed MCP servers.

Example 1: Composio Managed MCP Servers

{
  "tavily": {
    "url": "https://mcp.composio.dev/tavily/xxxx-xxxx-xxxx-xxxx"
  }
}

Example 2: MCP.so Managed MCP Servers

{
  "mcpServers": {
    "@tavily-ai/tavily-mcp": {
      "url": "https://router.mcp.so/sse/xxxxxxxxxx"
    }
  }
}

Installation

Installing Plugins via GitHub

  1. Visit the Dify platform's plugin management page.
  2. Choose to install via GitHub.
  3. Enter the repository address: https://github.com/junjiem/dify-plugin-tools-mcp_sse.
  4. Select the version number and package file to complete the installation.

Install Plugin via GitHub

FAQ

How to Handle Errors When Installing Plugins?

Issue: If you encounter the error message: "plugin verification has been enabled, and the plugin you want to install has a bad signature," how to handle the issue?

Solution: Add the following line to the end of your .env configuration file:

FORCE_VERIFYING_SIGNATURE=false

This will allow the installation of all plugins that are not listed (and thus not verified) in the Dify Marketplace.

Resources

Author

License

This project is licensed under the terms of the MIT license.

Features & Capabilities

Categories
mcp_server model_context_protocol python sse http api_integration dify

Implementation Details

Stats

0 Views
31 GitHub Stars

Repository Info

junjiem Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300