PyOrchestrator - Build, schedule, run, and monitor Python automation.

by
PyOrchestrator is a platform for building, scheduling, running, and monitoring Python automation in a Docker Compose environment. It includes a web interface, REST API, scheduler, isolated runtime, observability, and an MCP server for AI agents.

Add a comment

Replies

Best

Spun up a few scheduled scripts this afternoon and was surprised how clean the monitoring view is, everything runs in isolated containers without me touching a single compose file. The MCP server angle is a nice touch too.

honestly this looks solid, the mcp server angle is really interesting for hooking up ai agents. one thing that would be nice is a built-in template gallery for common workflows, like scrapers or etl pipelines, so you can get started fast instead of wiring everything from scratch each time.

would love to see a way to chain tasks together visually, like a simple DAG view where you can drag connections between steps and it handles dependencies automatically. kind of like airflow but lighter