Skip to main content
Glama
teddylee777

Dify MCP Server

by teddylee777

dify 워크플로를 위한 MCP(모델 컨텍스트 프로토콜) 서버

dify를 사용하기 위한 MCP 서버의 간단한 구현입니다. MCP 도구를 호출하여 Dify 워크플로를 실행합니다.

🔨설치

서버는 Smithery를 사용하거나 수동으로 설치할 수 있습니다. 두 방법 모두 Config.yaml이 필요합니다. 따라서 설치 전에 Config.yaml을 준비해야 합니다.

config.yaml을 준비하세요

MCP 서버를 사용하기 전에 dify_base_url과 dify_sks를 저장하는 config.yaml 파일을 준비해야 합니다. 예제 config는 다음과 같습니다.

지엑스피1

다양한 SK는 다양한 dify 워크플로에 대응합니다.

Smithery를 통해 설치

smithery는 dify MCP 서버를 자동으로 설치하는 도구입니다. Smithery를 통해 Claude Desktop용 Dify MCP 서버를 자동으로 설치하려면 다음을 수행하세요.

npx -y @smithery/cli install dify-mcp-server --client claude

수동 설치

클라이언트에서 dify mcp 서버를 수동으로 실행할 수도 있습니다. 클라이언트 설정은 다음 형식을 따라야 합니다.

"mcpServers": {
  "mcp-server-rag-web-browser": {
    "command": "uv",
      "args": [
        "--directory", "${DIFY_MCP_SERVER_PATH}",
        "run", "dify_mcp_server"
      ],
    "env": {
       "CONFIG_PATH": "$CONFIG_PATH"
    }
  }
}

구성 예:

"mcpServers": {
  "mcp-server-rag-web-browser": {
    "command": "uv",
      "args": [
        "--directory", "/Users/lyx/Downloads/dify-mcp-server",
        "run", "dify_mcp_server"
      ],
    "env": {
       "CONFIG_PATH": "/Users/lyx/Downloads/config.yaml"
    }
  }
}

즐기세요

마침내 mcp를 지원하는 모든 클라이언트에서 dify 도구를 사용할 수 있습니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

View all MCP Connectors

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/teddylee777/dify-mcp-server'

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