MCP Server for Dify AI

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-сервер-dify

Сервер протокола контекста модели для Dify AI. Этот сервер позволяет LLM взаимодействовать с возможностями завершения чата Dify AI через стандартизированный протокол.

Функции

  • Интеграция с API завершения чата Dify AI
  • Инструмент рекомендации ресторанов (meshi-doko)
  • Поддержка контекста разговора
  • Поддержка потокового ответа
  • Реализация TypeScript

Установка

Использование Докера

# Build the Docker image make docker # Run with Docker docker run -i --rm mcp/dify https://your-dify-api-endpoint your-dify-api-key

Использование

С Клодом Десктопом

Добавьте следующую конфигурацию в ваш 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-endpoint и your-dify-api-key на ваши фактические учетные данные API Dify.

Инструменты

меши-доко

Инструмент рекомендации ресторанов, взаимодействующий с 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 .

Безопасность

Этот сервер взаимодействует с Dify AI, используя предоставленный вами ключ API. Убедитесь, что:

  • Сохраните ваши учетные данные API в безопасности
  • Используйте HTTPS для конечной точки API
  • Никогда не передавайте ключи API в систему контроля версий

Внося вклад

Вклады приветствуются! Пожалуйста, не стесняйтесь отправлять запрос на включение.

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

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.

Позволяет магистрам права взаимодействовать с API завершения чата Dify AI, включая поддержку контекста разговора и инструмент рекомендации ресторанов.

  1. Функции
    1. Установка
      1. Использование Докера
    2. Использование
      1. С Клодом Десктопом
      2. Инструменты
    3. Разработка
      1. Лицензия
        1. Безопасность
          1. Внося вклад

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Enables LLMs to interact with Discord channels by sending and reading messages through Discord's API, with a focus on maintaining user control and security.
              Last updated -
              33
              TypeScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              Enables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.
              Last updated -
              1
              94
              8
              JavaScript
              MIT License
              • Linux
            • A
              security
              F
              license
              A
              quality
              Provides access to Intercom conversations and chats through the Model Context Protocol, allowing LLMs to query and analyze Intercom conversations with various filtering options.
              Last updated -
              2
              3
              TypeScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              Enables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.
              Last updated -
              3
              3
              Python
              MIT License
              • Linux

            View all related MCP servers

            ID: 2pf2jdt2kb