Database · MODEL CONTEXT PROTOCOL

zhuzhoulin dify mcp server

zhuzhoulin dify mcp server is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

zhuzhoulin dify mcp server 为 AI Agent 提供什么

  • Connects to multiple Dify applications using API keys
  • Automatically fetches application metadata and parameters
  • Dynamically generates tool interfaces based on Dify application specifications
  • Supports various input types including text, paragraphs, and select dropdowns
  • Robust error handling with request retries
  • Support for both blocking and streaming response modes
  • JSON BigInt handling for large numeric values
  • API keys configured through environment variables
  • Configurable base URL and timeout settings
  • Fallback to default values when environment variables are not available
  • Node.js (v16 or higher)
  • npm or yarn
  • Clone the repository
  • Install dependencies
  • Build the project
  • `AGENT_API_KEYS`: Comma-separated list of Dify API keys
  • `BASE_URL`: Base URL for Dify API(default:https://api.dify.ai)
  • `TIMEOUT`: Request timeout in milliseconds (default: 60000)
  • Connect to the specified Dify applications using the provided API keys
  • Fetch application metadata and parameter specifications
  • Generate MCP tool interfaces based on the Dify application configurations
  • Make these tools available within the Windsurf IDE
  • `npm run build`: Build the project
  • `npm run prepare`: Prepare the project for distribution
  • `npm run watch`: Watch for changes and rebuild
  • `npm run inspector`: Run the MCP inspector for debugging
  • `src/index.ts`: Main server implementation
  • `src/request.ts`: HTTP client for Dify API communication
  • `src/type.ts`: TypeScript interfaces for Dify API
  • Verify your API keys are correct and have the necessary permissions
  • Check that the BASE_URL is accessible from your environment
  • Review server logs for detailed error messages
  • Ensure the Dify applications are properly configured and accessible

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。