Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
Dockerfile227 B
FROM python:3.9-slim WORKDIR /app # Copy project files COPY . . # Install dependencies RUN pip install --no-cache-dir -e . # Expose MCP server port EXPOSE 8089 # Run server CMD ["python", "-m", "src.dolphinscheduler_mcp"]

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/ocean-zhc/dolphinscheduler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server