Local task scheduler and worker manager with MCP integration for Claude Desktop. Cron/interval scheduling, email alerts, worker chaining, and a Flask dashboard with system tray support.
Server Config
{
"mcpServers": {
"conductor": {
"command": "python",
"args": [
"path/to/Conductor/server.py"
]
}
}
}