Rust server for managing cron jobs over UI, REST, and MCP interfaces, synced to your OS crontab
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"daemon": {
"command": "npx",
"args": [
"-y",
"moadim-io/daemon"
]
}
}
}
Run in terminal:
claude mcp add daemon npx -y moadim-io/daemon
Add to .cursor/mcp.json:
{
"mcpServers": {
"daemon": {
"command": "npx",
"args": [
"-y",
"moadim-io/daemon"
]
}
}
}