Back to Apps

KVM Pilot
by dustintrap
AI-driven bare-metal control for IP-KVMs and Redfish BMCs with vision-based boot-phase detection.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides AI agents with control over headless hardware via PiKVM, GLKVM, and Redfish BMCs. It uses a vision-loop to classify the boot phase (BIOS, GRUB, OS install) from screenshots, allowing agents to drive hardware through POST and installation without an on-target agent.
Tools
snapshot: Capture current screen for vision analysis.power_cycle: Hard reset of the target machine.press_key: Inject keyboard input to navigate menus.virtual_media: Mount ISOs or images to the target.healthcheck: Verify KVM API connectivity and status.info: Retrieve hardware and firmware specifications.
Installation
Install via pip:
pip install --pre kvm-pilot
Then add to claude_desktop_config.json:
{
"mcpServers": {
"kvm-pilot": {
"command": "kvm-pilot-mcp",
"args": []
}
}
}
Supported hosts
Claude Desktop, Claude Code
Quick install
pip install --pre kvm-pilotInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"kvm-pilot": {
"command": "kvm-pilot-mcp"
}
}
}





