DolphinScheduler MCP Server
DolphinScheduler MCP-Server
Ein Model Context Protocol (MCP)-Server für Apache DolphinScheduler, der es KI-Agenten ermöglicht, über ein standardisiertes Protokoll mit DolphinScheduler zu interagieren.
Überblick
DolphinScheduler MCP bietet einen FastMCP-basierten Server, der die REST-API von DolphinScheduler als Sammlung von Tools bereitstellt, die von KI-Agenten verwendet werden können. Der Server fungiert als Brücke zwischen KI-Modellen und DolphinScheduler und ermöglicht KI-gesteuertes Workflow-Management.
Related MCP server: DataWorks MCP Server
Merkmale
Vollständige API-Abdeckung der DolphinScheduler-Funktionalität
Standardisierte Tool-Schnittstellen nach dem Model Context Protocol
Einfache Konfiguration durch Umgebungsvariablen oder Kommandozeilenargumente
Umfassende Werkzeugdokumentation
Installation
pip install dolphinscheduler-mcpKonfiguration
Umgebungsvariablen
DOLPHINSCHEDULER_API_URL: URL für die DolphinScheduler-API (Standard: http://localhost:12345/dolphinscheduler )DOLPHINSCHEDULER_API_KEY: API-Token zur Authentifizierung mit der DolphinScheduler-APIDOLPHINSCHEDULER_MCP_HOST: Host zum Binden des MCP-Servers (Standard: 0.0.0.0)DOLPHINSCHEDULER_MCP_PORT: Port zum Binden des MCP-Servers (Standard: 8089)DOLPHINSCHEDULER_MCP_LOG_LEVEL: Protokollierungsebene (Standard: INFO)
Verwendung
Befehlszeile
Starten Sie den Server über die Befehlszeilenschnittstelle:
ds-mcp --host 0.0.0.0 --port 8089Python-API
from dolphinscheduler_mcp.server import run_server
# Start the server
run_server(host="0.0.0.0", port=8089)Verfügbare Tools
Der DolphinScheduler MCP-Server bietet Tools für:
Projektmanagement
Prozessdefinitionsmanagement
Prozessinstanzverwaltung
Aufgabendefinitionsmanagement
Terminplanungsmanagement
Ressourcenmanagement
Datenquellenverwaltung
Alarmgruppenverwaltung
Alarm-Plugin-Verwaltung
Mitarbeitergruppenverwaltung
Mieterverwaltung
Benutzerverwaltung
Systemstatusüberwachung
Beispiel für die Clientverwendung
from mcp_client import MCPClient
# Connect to the MCP server
client = MCPClient("http://localhost:8089/mcp")
# Get a list of projects
response = await client.invoke_tool("get-project-list")
# Create a new project
response = await client.invoke_tool(
"create-project",
{"name": "My AI Project", "description": "Project created by AI"}
)Lizenz
Apache-Lizenz 2.0
This server cannot be installed
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 Connectors
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables interaction with Apache SeaTunnel through LLM interfaces, allowing users to manage jobs, monitor system information, and configure connections through natural language.33Apache 2.0
- AlicenseCqualityFmaintenanceA Model Context Protocol server that enables AI agents to interact with Alibaba Cloud DataWorks through standardized interfaces, allowing seamless management of DataWorks resources and operations via the DataWorks Open API.1009251Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows AI agents to interact with n8n workflows through natural language, enabling workflow management and execution via SSE connections.457MIT