Dify

Dify v1.6+ supports HTTP-based MCP servers natively (stdio is not supported for cloud deployments).

MCP Endpoint: https://devmotion.app/mcp


Setup

  1. Go to Tools → MCP in your Dify workspace
  2. Click Add MCP Server
  3. Enter a display name (e.g. DevMotion) and the server URL
  4. 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
  }
}
  1. 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 Authorization header.


Authentication

Obtain a long-lived token from your DevMotion profile.


Docs

Dify MCP support →