Community MCP server for DolphinScheduler: iflytek/dolphin-mcp-pilot #18555
FenjuFu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sharing a community integration for anyone running DolphinScheduler with LLM agents.
iflytek/dolphin-mcp-pilot is an MCP (Model Context Protocol) server that lets an AI client drive DolphinScheduler through its Open API. Rather than read-only wrappers, it exposes ~53 tools covering real operations:
Stack: Python + FastMCP, Docker image provided. Auth via DolphinScheduler API token or user/password, with per-request credentials in HTTP mode for multi-tenant setups.
It is community-maintained and not an official Apache DolphinScheduler component 鈥?check its compatibility and security notes before pointing it at production, and use least-privilege credentials for agent access.
Related: I've proposed documenting community MCP integrations under
docs/integrationin #18551 (PR #18552), covering this project alongside ocean-zhc/dolphinscheduler-mcp. Feedback on either is welcome.All reactions