📦
Scheduler Migration Toolkit MCP Server
MCP server: Scheduler Migration Toolkit MCP Server
0 installs
Trust: 39 — Low
Devtools
Installation
npx scheduler-migration-toolkit-mcp-serverAsk AI about Scheduler Migration Toolkit MCP Server
Powered by Claude · Grounded in docs
I know everything about Scheduler Migration Toolkit MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Scheduler Migration Toolkit
A generic Model Context Protocol (MCP) server for converting legacy scheduler scripts to Amazon Managed Apache Airflow (MWAA) DAGs.
Features
- Generic scheduler script conversion to Airflow DAGs
- Simple, extensible architecture
- MCP server integration for AI agents
- Sample agent implementation using Strands SDK
Installation
pip install scheduler-migration-toolkit
Usage
As MCP Server
Add to your MCP configuration:
{
"mcpServers": {
"scheduler-migration-toolkit": {
"command": "python",
"args": ["-m", "scheduler_migration_toolkit.server"],
"disabled": false
}
}
}
Sample Agent
The included sample agent reads Control-M scripts from input/ folder and outputs converted DAGs to output/ folder:
python sample_agent.py
MCP Tools
convert_scheduler_script- Convert scheduler scripts to Airflow DAGsvalidate_dag- Validate generated DAG syntax
License
MIT License
