Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
install_dev.sh341 B
#!/bin/bash # Install the package in development mode # Activate virtual environment if it exists if [ -d ".venv" ]; then echo "Activating virtual environment..." source .venv/bin/activate fi # Install the package in development mode echo "Installing package in development mode..." pip install -e . echo "Installation complete!"

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