Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"difyapp-as-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
将Dify工作流作为Model Context Protocol (MCP)服务器暴露给Claude等AI客户端。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / developer-tools
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Difyapp_as_mcp_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
将Dify工作流作为Model Context Protocol (MCP)服务器暴露给Claude等AI客户端。
本项目实现了一个Dify插件,允许将Dify工作流通过Model Context Protocol (MCP)协议暴露给支持该协议的AI客户端(如Claude Desktop、Cursor等)。通过这个插件,您可以:
Model Context Protocol (MCP) 是一个开放标准,允许AI模型与外部工具和数据源交互。随着MCP的发展,协议正在从HTTP+SSE模式过渡到新的"Streamable HTTP"传输模式,为无状态服务器提供更好的支持。
本项目跟踪并实现了最新的MCP协议变化,特别是:
确保您的Dify应用包含至少一个工作流,并且已经正确配置。
https://您的Dify实例地址/difyapp_as_mcp_server
https://您的Dify实例地址/difyapp_as_mcp_server
本插件使用两个端点实现MCP服务器:
由于Dify插件环境的限制,我们采用了"最小可行"的SSE实现,包括:
工具会自动从Dify工作流中生成,并通过MCP协议暴露给客户端。工具定义包括:
本插件支持符合最新MCP规范的无状态服务器模式,这意味着:
连接问题:
工具不可见:
工具执行失败:
欢迎提交问题和合并请求。在提交代码之前,请确保遵循代码风格并添加适当的测试。
MIT
本项目参考了Model Context Protocol规范,特别是最新的Streamable HTTP传输PR #206。
VIBE CODING 探索产物 不可用状态
Author: yevanchen Version: 0.0.1 Type: extension