Dify
Dify v1.6+ supports HTTP-based MCP servers natively (stdio is not supported for cloud deployments).
MCP Endpoint: https://devmotion.app/mcp
Setup
- Go to Tools → MCP in your Dify workspace
- Click Add MCP Server
- Enter a display name (e.g.
DevMotion) and the server URL - Add the auth header in the JSON config:
Dify MCP config
{
"devmotion": {
"url": "https://devmotion.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
},
"timeout": 10,
"sse_read_timeout": 300
}
}- Dify auto-discovers all available tools and makes them available in your workflows and chatbots
Dify does not support automatic OAuth flows for MCP connections — paste your token directly in the
Authorizationheader.
Authentication
Obtain a long-lived token from your DevMotion profile.