dify-mcp-server
227
The project provides a Model Context Protocol (MCP) server that facilitates the integration and invocation of Dify workflows. It supports easy configuration and installation methods, making it suitable for use with cloud platforms.
What is the recommended method for configuring the server on cloud platforms?
Using environment variables is recommended for cloud platforms as it simplifies the configuration process.
Can I use a config.yaml file for local setups?
Yes, you can use a config.yaml file to store your Dify base URL and App SKs for local setups.
How can I install the server using Smithery?
The server can be installed via Smithery by following the installation instructions provided on the Smithery platform.
Is it possible to run the server without cloning the code?
Yes, you can use uvx to run the server without cloning the code, which is the recommended method.
What should I do if I haven't installed uv or uvx yet?
You can quickly install uv or uvx by running the command: curl -Ls https://astral.sh/uv/install.sh | sh
.