Skip to main content
Glama
Lyncee
by Lyncee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROXMOX_HOSTYesThe URL of your Proxmox node (e.g., https://192.168.100.10:8006)
PROXMOX_TOKEN_IDYesThe Proxmox API token ID (e.g., mcp@pve!mcp-token)
PROXMOX_TLS_INSECURENoSet to 'true' to disable TLS certificate verification (use for self-signed certs)true
PROXMOX_TOKEN_SECRETYesThe Proxmox API token secret (UUID)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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