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
Model Context Protocol Server für Dify AI. Dieser Server ermöglicht LLMs die Interaktion mit den Chat-Vervollständigungsfunktionen von Dify AI über ein standardisiertes Protokoll.
Merkmale
- Integration mit der Dify AI-API zur Chat-Vervollständigung
- Restaurant-Empfehlungstool (Meshi-Doko)
- Unterstützung für Konversationskontext
- Unterstützung für Streaming-Antworten
- TypeScript-Implementierung
Installation
Verwenden von Docker
Verwendung
Mit Claude Desktop
Fügen Sie Ihrer claude_desktop_config.json
die folgende Konfiguration hinzu:
Ersetzen Sie your-dify-api-endpoint
und your-dify-api-key
durch Ihre tatsächlichen Dify-API-Anmeldeinformationen.
Werkzeuge
meshi-doko
Restaurant-Empfehlungstool mit Schnittstelle zur Dify-KI:
Parameter:
LOCATION
(Zeichenfolge): Standort des RestaurantsBUDGET
(Zeichenfolge): Budgetbeschränkungenquery
(Zeichenfolge): An Dify AI zu sendende Abfrageconversation_id
(Zeichenfolge, optional): Zur Aufrechterhaltung des Chat-Kontexts
Entwicklung
Lizenz
Dieses Projekt wird unter der MIT-Lizenz veröffentlicht.
Sicherheit
Dieser Server interagiert mit Dify AI über den von Ihnen bereitgestellten API-Schlüssel. Achten Sie darauf:
- Bewahren Sie Ihre API-Anmeldeinformationen sicher auf
- Verwenden Sie HTTPS für den API-Endpunkt
- Übergeben Sie API-Schlüssel niemals der Versionskontrolle
Beitragen
Beiträge sind willkommen! Senden Sie gerne einen Pull Request.
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.
Ermöglicht LLMs die Interaktion mit der Chat-Vervollständigungs-API von Dify AI, einschließlich Unterstützung des Konversationskontexts und eines Tools zur Restaurantempfehlung.
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables 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 -33TypeScript
- AsecurityAlicenseAqualityEnables 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 -1948JavaScriptMIT License
- AsecurityFlicenseAqualityProvides 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 -23TypeScript
- AsecurityAlicenseAqualityEnables 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 -33PythonMIT License