KVM icon

KVM

Provides a centralized JSON-RPC server for managing KVM virtual machines.

概要

KVM MCP Server is a powerful JSON-RPC server designed to simplify the management of KVM virtual machines. It offers a unified interface to control and monitor VMs, eliminating the need for multiple command-line tools like `virsh` or `virt-install`. The project aims to enable remote control, automate operations, standardize configurations, and optimize performance through features like connection pooling and caching. It centralizes VM lifecycle, networking, storage, display, and installation tasks, making KVM infrastructure more manageable and efficient.

主な機能

  • VM Lifecycle Management (Create, start/stop/reboot, list)
  • Network & Storage Configuration (Bridge networking, disk formats, sizes)
  • VNC Display Support (Automatic port assignment, access tools)
  • Automated OS Installation (Network and local ISO-based installs)
  • Performance Optimizations (Libvirt connection pooling, VM info caching)
  • 3 GitHub stars

ユースケース

  • Simplify KVM virtual machine management
  • Enable remote control of KVM environments via JSON-RPC
  • Automate and script VM provisioning and operations
Advertisement

Advertisement