Proxmox MCP Server provides a Model Context Protocol interface for managing Proxmox virtualization environments, enabling AI assistants to interact with virtual machines, containers, storage, and cluster resources. Built by Kevin, it offers tools for retrieving node status, executing commands within VMs via QEMU guest agent, monitoring storage pools, and checking cluster health - all through a structured API with comprehensive error handling and logging. The implementation uses token-based authentication with Proxmox's API and includes detailed formatting for console output, making it particularly valuable for system administrators who need to monitor and manage their Proxmox infrastructure without leaving their conversation interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Lists all nodes in the Proxmox cluster. Parameters: None
Get detailed status of a specific node. Parameters: node (string, required): Name of the node
List all VMs across the cluster. Parameters: None
List available storage. Parameters: None
Get overall cluster status. Parameters: None
Execute a command in a VM's console using QEMU Guest Agent. Parameters: node (string, required): Name of the node where VM is running, vmid (string, required): ID of the VM, command (string, required): Command to execute