MCP Server for Dify AI
mcp-сервер-dify
Сервер протокола контекста модели для Dify AI. Этот сервер позволяет LLM взаимодействовать с возможностями завершения чата Dify AI через стандартизированный протокол.
Функции
Интеграция с API завершения чата Dify AI
Инструмент рекомендации ресторанов (meshi-doko)
Поддержка контекста разговора
Поддержка потокового ответа
Реализация TypeScript
Related MCP server: Dify MCP Server
Установка
Использование Докера
# 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 AIconversation_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 в систему контроля версий
Внося вклад
Вклады приветствуются! Пожалуйста, не стесняйтесь отправлять запрос на включение.
This server cannot be deployed
Maintenance
Related MCP Connectors
Messaging tools for AI agents: send messages, manage chats, groups and channels.
Carbon Voice MCP serves as a bridge that connects AI assistants like ChatGPT, Claude, and Cursor to a user's Carbon Voice account, turning voice messages and conversations into a private, on-demand knowledge base. It provides 28 specialized tools for comprehensive voice messaging management, including creating and sending messages, accessing conversation history with instant transcription, running AI actions (summarization, TLDR generation, meeting notes), and managing workspace collaboration through folders, contacts, and team communications.
LLM Orchestration Agent (Openai)
LLM Orchestration Agent (Opentelemetry Api)
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.280-
- FlicenseNot gradedqualityDmaintenanceEnables the conversion of Dify applications into Model Context Protocol tools, supporting streaming responses and configured via YAML.5-
- FlicenseNot gradedqualityDmaintenanceA Dify endpoint plugin that transforms a Dify application into a Model Control Protocol server, allowing tools like Cursor to connect to and utilize your custom Dify workflows.66-
- AlicenseNot gradedqualityDmaintenanceEnables seamless integration between Claude AI and Dify Workflow through the Model Context Protocol, allowing Claude to dynamically access and execute Dify Workflow operations via natural language.12 npm8ISC