MCP 서버
작성자: hjlarry
버전: 0.0.3
유형: 확장
저장소: https://github.com/hjlarry/dify-plugin-mcp_server
기능 요청: 문제
Dify 앱을 MCP 서버로 변경하는 Dify 엔드포인트 플러그인입니다.
데이터 보안을 유지하려면 이 플러그인을 개인 네트워크 내에서만 사용하세요.
시작하기
1. dify에서 간단한 워크플로 앱을 만듭니다.
2. 엔드포인트를 추가하고 이 앱을 선택합니다.
앱의 입력 스키마는 입력 매개변수를 정의해야 합니다. 채팅 dify 앱의 경우, 입력 스키마에 다음과 같은 형식의 query
필드를 포함해야 합니다.
지엑스피1
3. Cherry Studio
와 같은 mcp 클라이언트에 엔드포인트 URL을 복사합니다.
옵션 1: 최신 Streamable HTTP 프로토콜 사용(권장)
옵션 2: 레거시 SSE 프로토콜 사용
4. 즐기세요!
변경 사항
0.0.3
- sse get non-exist key get을 수정하려면 플러그인 데몬에 많은 오류 로그를 기록하세요.
0.0.2
- 새로운 Streamable HTTP 프로토콜을 추가합니다.
- dify-plugin-sdk 버전을 업데이트하세요.
This server cannot be installed
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 워크플로에 연결하여 활용할 수 있습니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.Last updated -16TypeScript
- -securityFlicense-qualityA 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 -139Python
- -securityFlicense-qualityExposes 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 -18Python
- -security-license-qualityA 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 -