MCPServers
Proxmox - MCP server logo

Proxmox

82
0

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

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签