Proxmox MCP Server
by Bldg-7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROXMOX_HOST | Yes | Proxmox server hostname or IP address (required) | |
| PROXMOX_PORT | No | Proxmox API port | 8006 |
| PROXMOX_USER | No | Username with realm (e.g., 'root@pam') | root@pam |
| PROXMOX_SSH_HOST | No | SSH host (falls back to PROXMOX_HOST) | |
| PROXMOX_SSH_NODE | No | Proxmox node name reachable via SSH (required when SSH enabled) | |
| PROXMOX_SSH_PORT | No | SSH port | 22 |
| PROXMOX_SSH_USER | No | SSH username | root |
| PROXMOX_SSL_MODE | No | SSL verification mode: 'strict', 'verify', or 'insecure' | strict |
| PROXMOX_TOKEN_NAME | Yes | API token name (required) | |
| PROXMOX_SSH_ENABLED | No | Enable SSH-based LXC exec | false |
| PROXMOX_TOKEN_VALUE | Yes | API token value (required) | |
| PROXMOX_SSH_KEY_PATH | No | Path to SSH private key (required when SSH enabled) | |
| PROXMOX_ALLOW_ELEVATED | No | Allow elevated operations (create, modify, delete) | false |
| PROXMOX_ALLOW_UNSAFE_COMMANDS | No | Allow shell special characters in exec commands | false |
| PROXMOX_SSH_HOST_KEY_FINGERPRINT | No | Host key fingerprint for verification |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/Bldg-7/proxmox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server