Proxmox MCP Server
by NightSquawk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PDM_HOST | No | Proxmox Datacenter Manager hostname (expands to https://<host>:8443/api2/json) | |
| PVE_HOST | No | Proxmox VE hostname (expands to https://<host>:8006/api2/json) | |
| PDM_AUTH_SEP | No | Override the default '=' separator in the auth header | |
| PDM_BASE_URL | No | Full Proxmox Datacenter Manager API base URL (alternative to PDM_HOST) | |
| PDM_TOKEN_ID | No | Proxmox Datacenter Manager API token ID | |
| PVE_AUTH_SEP | No | Override the default '=' separator in the auth header | |
| PVE_BASE_URL | No | Full Proxmox VE API base URL (alternative to PVE_HOST) | |
| PVE_TOKEN_ID | No | Proxmox VE API token ID (e.g., root@pam!mcp) | |
| PDM_AUTH_SCHEME | No | Override the default PDMAPIToken authentication scheme | |
| PVE_AUTH_SCHEME | No | Override the default PVEAPIToken authentication scheme | |
| PDM_ALLOW_WRITES | No | Set to 'true' to enable write operations for PDM surface | |
| PDM_TOKEN_SECRET | No | Proxmox Datacenter Manager API token secret | |
| PVE_ALLOW_WRITES | No | Set to 'true' to enable write operations for PVE surface | |
| PVE_TOKEN_SECRET | No | Proxmox VE API token secret (UUID) | |
| PROXMOX_ALLOW_WRITES | No | Set to 'true' to enable write operations for all surfaces | |
| PDM_TLS_REJECT_UNAUTHORIZED | No | Set to 'false' to accept self-signed certificates (default 'true') | |
| PVE_TLS_REJECT_UNAUTHORIZED | No | Set to 'false' to accept self-signed certificates (default 'true') |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/NightSquawk/proxmox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server