Proxmox
Summary
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.
Available Actions(6)
get_nodes
Lists all nodes in the Proxmox cluster. Parameters: None
get_node_status
Get detailed status of a specific node. Parameters: node (string, required): Name of the node
get_vms
List all VMs across the cluster. Parameters: None
get_storage
List available storage. Parameters: None
get_cluster_status
Get overall cluster status. Parameters: None
execute_vm_command
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
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论