★ 3,418 stars
Go
🤖 AI/LLM
Updated 4d ago
The control plane for teams looking to automate real work with AI agents within their own infrastructure. Packaged as a single binary, it runs on Linux, macOS, and Windows. Use your favorite AI agents to create, update, and run your workflows via secure MCP with full traceability and logging.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dagu": {
"command": "go",
"args": [
"run",
"github.com/dagucloud/dagu@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dagu go run github.com/dagucloud/dagu@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dagu": {
"command": "go",
"args": [
"run",
"github.com/dagucloud/dagu@latest"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <img src="./assets/images/hero-logo.webp" width="480" alt="Dagu Logo"> <p> <a href="https://docs.dagu.sh/overview/changelog"><img src="https://img.shields.io/github/release/dagucloud/dagu.svg?style=flat-square" alt="Latest Release"></a> <a href="https://github.com/dagucloud/dagu/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/dagucloud/dagu/ci.yaml?style=flat-square" alt="Build Status"></a>
Tools (20)
DAGU_AUTH_BASIC_PASSWORD DAGU_AUTH_BASIC_USERNAME DAGU_AUTH_MODE DAGU_AUTH_TOKEN_SECRET DAGU_AUTH_TOKEN_TTL DAGU_BASE_PATH DAGU_CERT_FILE DAGU_COORDINATOR_HEALTH_PORT DAGU_COORDINATOR_HOST DAGU_COORDINATOR_PORT DAGU_DAGS_DIR DAGU_DATA_DIR DAGU_GITSYNC_AUTH_TYPE DAGU_GITSYNC_AUTOSYNC_ENABLED DAGU_GITSYNC_AUTOSYNC_INTERVAL DAGU_GITSYNC_BRANCH DAGU_GITSYNC_ENABLED DAGU_GITSYNC_REPOSITORY DAGU_HEADLESS DAGU_HOME
Topics
agentic-workflow cron data-pipeline devops durable-execution durable-workflows human-in-the-loop job-scheduler mcp-server multiplayer-agent self-service selfservice-portal task-automation task-scheduler workflow-engine