DolphinScheduler MCP 服务器
Apache DolphinScheduler 的模型上下文协议 (MCP) 服务器,允许 AI 代理通过标准化协议与 DolphinScheduler 交互。
概述
DolphinScheduler MCP 提供了一个基于 FastMCP 的服务器,它将 DolphinScheduler 的 REST API 公开为一组可供 AI 代理使用的工具。该服务器充当 AI 模型与 DolphinScheduler 之间的桥梁,从而实现 AI 驱动的工作流管理。
特征
- DolphinScheduler 功能的完整 API 覆盖
- 遵循模型上下文协议的标准化工具接口
- 通过环境变量或命令行参数轻松配置
- 全面的工具文档
安装
配置
环境变量
DOLPHINSCHEDULER_API_URL
:DolphinScheduler API 的 URL(默认值: http://localhost:12345/dolphinscheduler )DOLPHINSCHEDULER_API_KEY
:用于使用 DolphinScheduler API 进行身份验证的 API 令牌DOLPHINSCHEDULER_MCP_HOST
:绑定 MCP 服务器的主机(默认值:0.0.0.0)DOLPHINSCHEDULER_MCP_PORT
:绑定 MCP 服务器的端口(默认值:8089)DOLPHINSCHEDULER_MCP_LOG_LEVEL
:日志级别(默认值:INFO)
用法
命令行
使用命令行界面启动服务器:
Python API
可用工具
DolphinScheduler MCP 服务器提供以下工具:
- 项目管理
- 流程定义管理
- 流程实例管理
- 任务定义管理
- 调度管理
- 资源管理
- 数据源管理
- 警报组管理
- 警报插件管理
- 工人群体管理
- 租户管理
- 用户管理
- 系统状态监控
客户端使用示例
执照
Apache 许可证 2.0
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器允许 AI 代理通过标准化协议与 Apache DolphinScheduler 交互,从而实现 AI 驱动的工作流管理。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to interact with ClickUp workspaces, allowing task creation, management, and workspace organization through natural language commands.Last updated -722MIT License
- -securityAlicense-qualityA Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.Last updated -TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.Last updated -411620TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.Last updated -1TypeScript