MCP Server for Dify AI

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.

Integrations

  • Provides CI/CD workflow status information through GitHub Actions, displayed as a badge in the README.

  • Available as a package on npm, allowing installation via the npm package manager.

  • Implemented using TypeScript, providing type safety for the server implementation.

mcp-server-dify

Dify AI용 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 LLM이 표준화된 프로토콜을 통해 Dify AI의 채팅 완성 기능과 상호 작용할 수 있도록 지원합니다.

특징

  • Dify AI 채팅 완료 API와 통합
  • 맛집 추천 도구(메시도코)
  • 대화 컨텍스트 지원
  • 스트리밍 응답 지원
  • TypeScript 구현

설치

Docker 사용

지엑스피1

용법

Claude Desktop과 함께

claude_desktop_config.json 에 다음 구성을 추가하세요.

{ "mcpServers": { "dify": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dify", "https://your-dify-api-endpoint", "your-dify-api-key" ] } } }

your-dify-api-endpointyour-dify-api-key 실제 Dify API 자격 증명으로 바꾸세요.

도구

메시도코

Dify AI와 연동되는 레스토랑 추천 도구:

매개변수:

  • LOCATION (문자열): 레스토랑의 위치
  • BUDGET (문자열): 예산 제약
  • query (문자열): Dify AI에 보낼 쿼리
  • conversation_id (문자열, 선택 사항): 채팅 컨텍스트를 유지하기 위해

개발

# Initial setup make setup # Build the project make build # Format code make format # Run linter make lint

특허

이 프로젝트는 MIT 라이선스 에 따라 배포됩니다.

보안

이 서버는 제공된 API 키를 사용하여 Dify AI와 상호 작용합니다. 다음 사항을 확인하세요.

  • API 자격 증명을 안전하게 유지하세요
  • API 엔드포인트에 HTTPS를 사용하세요
  • API 키를 버전 제어에 커밋하지 마십시오.

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

LLM이 대화 컨텍스트 지원 및 레스토랑 추천 도구를 포함하여 Dify AI의 채팅 완료 API와 상호 작용할 수 있도록 지원합니다.

  1. Features
    1. Installation
      1. Using Docker
    2. Usage
      1. With Claude Desktop
      2. Tools
    3. Development
      1. License
        1. Security
          1. Contributing
            ID: 2pf2jdt2kb