proxmox-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROXMOX_HOST | Yes | The URL of your Proxmox node (e.g., https://192.168.100.10:8006) | |
| PROXMOX_TOKEN_ID | Yes | The Proxmox API token ID (e.g., mcp@pve!mcp-token) | |
| PROXMOX_TLS_INSECURE | No | Set to 'true' to disable TLS certificate verification (use for self-signed certs) | true |
| PROXMOX_TOKEN_SECRET | Yes | The Proxmox API token secret (UUID) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_nodesA | List all nodes in the Proxmox cluster with their status. |
| get_node_statusA | Get detailed status (CPU, memory, uptime) for a specific node. |
| list_storageB | List storage pools available on a node. |
| list_resourcesA | List all VMs (qemu) and containers (lxc) on a node with their current status. |
| list_templatesA | List available CT templates and ISO images on a node's storage. |
| get_resource_statusB | Get current status (running/stopped, resource usage) of a specific VM or container. |
| power_actionB | Start, stop, shutdown, or reboot a VM or container. |
| create_lxcA | Create a new LXC container from a template. Requires confirming the configuration with the user before calling. |
| create_vmB | Create a new QEMU VM (empty, optionally with an ISO attached for OS installation). Requires confirming the configuration with the user before calling. |
| clone_resourceB | Clone an existing VM or container template to create a new one. Requires confirming the configuration with the user before calling. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lyncee/proxmox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server