Hey all, wanted to share something I’ve been working on that I think is pretty cool from a workflow perspective.
I’ve been experimenting with connecting Red Hat Lightspeed and Ansible Automation Platform to an AI coding assistant via MCP (Model Context Protocol). The idea is simple: instead of bouncing between the Insights console, errata pages, and AAP to patch a CVE, you just ask the assistant to do it in natural language.
Here’s what the workflow looks like in practice:
- You tell the assistant “patch CVE-2024-6174 on my RHEL fleet”
- It calls the Lightspeed MCP server to check which systems are affected and pulls the advisory details
- It calls the AAP MCP server to find the right job template and launches the patch
- You review the AAP job output to confirm it worked
The whole thing took about 2 minutes for what would normally be 15-20 minutes of clicking around multiple consoles. The human stays in the loop – you approve the execution before anything runs – but all the toil of looking up advisories, cross-referencing systems, and finding the right playbook is handled for you.
I put together a short demo video if anyone wants to see it in action: https://youtu.be/VFR7j_pgKCg?si=2urS1qukh8HYQjX1
Curious if anyone else is using MCP servers for ops workflows like this. The pattern feels like it generalizes well beyond just patching – anything where you’re gathering context from one system and taking action in another seems like a good fit.
What’s your experience been with MCP for day 2 operations?