dolphin-mcp-pilot
OfficialProvides 53+ tools for operating Apache DolphinScheduler, enabling AI agents to manage projects, workflows, DAG creation, schedules, process instances (pause/resume/rerun), resources, logs, monitoring, version rollback, cloning, and raw API passthrough.
dolphin-mcp-pilot
A production-ready MCP server for Apache DolphinScheduler.
dolphin-mcp-pilot exposes 53+ tools for projects, workflows, DAG creation, schedules, instances, resources, logs, monitoring and raw API passthrough — designed for AI agents that need to operate DolphinScheduler beyond basic read-only usage.
🎯 Why this project?
Most public DolphinScheduler MCP servers only cover basic read/list/start/stop scenarios. This project is designed for real operations work:
✅ Create SQL / DAG workflows in one line
✅ Manage schedules (create / online / offline / delete)
✅ Control process instances (pause / resume / rerun / rerun-from-failure)
✅ View task logs, force task success / skip failed task
✅ Manage resources (view/update content)
✅ Roll back workflow versions, clone workflows
✅ Use raw API as a safety valve
✅ Support multi-tenant per-request auth
Related MCP server: production-grade-mcp-agentic-system
🚀 Key features
53+ tools covering most practical DS operations
Two auth modes: API Token (
X-DS-Token) or User/Password (X-DS-User+X-DS-Password)Multi-tenant HTTP mode: each caller can use its own credentials
Workflow creation: simple SQL and complex DAG workflows with multiple task types
Schedule management (cron-based)
Instance lifecycle control (pause/resume/rerun/rerun-from-failure/delete)
Resource content management and version rollback / workflow clone
Raw API passthrough for uncovered edge cases
🚀 Quick Start
# 1. Clone the repository
git clone https://github.com/iflytek/dolphin-mcp-pilot.git
cd dolphin-mcp-pilot
# 2. Configure environment
cp .env.example .env
# Edit .env — at minimum set DS_URL and DS_TOKEN (or DS_USER/DS_PASSWORD)
# 3. Start the service (dev mode)
docker compose --profile dev up -d dolphin-mcp-pilot-dev✅ Service will be available at http://localhost:8001/mcp/ (note the trailing slash)
📚 Documentation
Document | Description |
Docker Compose (dev/prod), from source, as package, run modes | |
Environment variables, auth options, Compose tunables | |
Production deployment, Compose reference, verify, troubleshoot | |
Feature comparison table, tool categories | |
MCP client setup (CodeBuddy, Claude Desktop, etc.), multi-tenant auth | |
All 53+ tools, parameter conventions, error handling (中文) | |
Common issues and solutions (中文) |
✨ What's new
Guided troubleshooting:
ds_list_process_instancesattaches anext_actionhint to RUNNING/FAILURE instances, pointing agents tods_list_task_instancesto inspect individual task nodes.Reliable backfill ordering: serial complement uses the
complementStartDate/complementEndDaterange format so DolphinScheduler generates instances in strict day-by-day order.Flexible task params:
ds_update_task_paramaccepts bothsnake_caseandcamelCasefield names and reports ignored fields.
🤝 Contributing
Contributions are welcome. See CONTRIBUTING.md for project changes, or follow the example contribution guide to share a tested MCP client configuration.
📄 License
🙏 Acknowledgments
Built with FastMCP and inspired by the Apache DolphinScheduler community.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that gives AI agents full visibility and control over your Dagster instance, enabling autonomous monitoring, diagnosis, and remediation of data pipelines.1710MIT
- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.57MIT
- AlicenseAqualityAmaintenanceMCP server exposing Apache Airflow REST API operations as tools — list DAGs, inspect runs and task instances, trigger DAG runs, and check failed DAGs and scheduler health72MIT
- Flicense-qualityCmaintenanceEnterprise MCP server providing a suite of tools including file, database, GitHub, Slack, calendar, email, vector search, and Python execution, with safe defaults and OpenAI integration for automatic tool selection.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iflytek/dolphin-mcp-pilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server