Dify MCP ServerServer

zhuzhoulin
GitHub
MCPDifyTypeScript

Loading subscription status...

๐Ÿ’ก Description

A TypeScript-based MCP (Model Context Protocol) server that connects MCP clients to Dify applications, dynamically exposing tools for direct interaction within the MCP client.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "dify-mcp-server": {
        "env": {
          "TIMEOUT": "60000",
          "BASE_URL": "https://api.dify.ai",
          "AGENT_API_KEYS": "key1,key2,key3"
        },
        "args": [
          "/path/to/dify-mcp-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

Windsurf IDEAPI integration

โšก Features

  • Dynamic Dify integration
  • Robust error handling with retries
  • Support for multiple input types