The Dify Plugin for MCP SSE Tools Agent Strategies is a powerful plugin designed to enhance the capabilities of the Dify platform by integrating MCP SSE (Server-Sent Events) tools. This plugin allows users to discover and call tools using MCP SSE, making it an essential addition for developers and organizations leveraging the Dify ecosystem.
The plugin provides a robust set of tools for managing MCP SSE connections and agent strategies. These tools include:
To configure MCP servers, use the following JSON structure:
{
"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"
}
}
json
{
"tavily": {
"url": "https://mcp.composio.dev/tavily/xxxx-xxxx-xxxx-xxxx"
}
}
json
{
"mcpServers": {
"@tavily-ai/tavily-mcp": {
"url": "https://router.mcp.so/sse/xxxxxxxxxx"
}
}
}
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.
Author: Junjie.M
Type: Agent Strategy
Version: 1.0
Language: Python 100.0%