Skip to main content
Glama
yuru-sha

MCP Server for Dify AI

by yuru-sha

mcp-server-dify

CI-Status

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

Related MCP server: Dify MCP Server

Installation

Verwenden von Docker

# Build the Docker image
make docker

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

Verwendung

Mit Claude Desktop

Fügen Sie Ihrer claude_desktop_config.json die folgende Konfiguration hinzu:

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

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 Restaurants

  • BUDGET (Zeichenfolge): Budgetbeschränkungen

  • query (Zeichenfolge): An Dify AI zu sendende Abfrage

  • conversation_id (Zeichenfolge, optional): Zur Aufrechterhaltung des Chat-Kontexts

Entwicklung

# Initial setup
make setup

# Build the project
make build

# Format code
make format

# Run linter
make lint

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.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Real-time web search, reasoning, and research through Perplexity's API

  • Memory for deep conversational context across any platform

  • Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.

  • 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.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables the conversion of Dify applications into Model Context Protocol tools, supporting streaming responses and configured via YAML.
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    67

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuru-sha/mcp-server-dify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server