Skip to content
Cline

dolphin mcp pilot for Cline

io.github.iflytek/dolphin-mcp-pilot

AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.

client:Cline transport:stdio runtime:oci

Install dolphin mcp pilot in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dolphin-mcp-pilot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
      ],
      "env": {
        "DS_URL": "<DS_URL>",
        "DS_TOKEN": "<DS_TOKEN>",
        "DS_USER": "<DS_USER>",
        "DS_PASSWORD": "<DS_PASSWORD>",
        "DS_TENANT_CODE": "<DS_TENANT_CODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

dolphin mcp pilot in other clients