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

What zhuzhoulin dify mcp server gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.