dolphin mcp pilot for Grok
io.github.iflytek/dolphin-mcp-pilot
AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.
client:Grok
transport:stdio
runtime:oci
Install dolphin mcp pilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dolphin-mcp-pilot": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs