Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-dify": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/dify",
"https://your-dify-api-endpoint",
"your-dify-api-key"
]
}
}
}