proxmox-mcp-server
by k-krawczyk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error (default info) | info |
| PROXMOX_HOST | Yes | Full base URL of the Proxmox server, e.g. https://pve.local:8006 | |
| PVE_READONLY | No | Set to 'true' (default) to register only read-only tools; 'false' enables write tools | true |
| PROXMOX_TOKEN_ID | Yes | API token ID in the format USER@REALM!TOKENID | |
| PVE_NODE_ALLOWLIST | No | Optional comma-separated list of node names to restrict operations | |
| PVE_VMID_ALLOWLIST | No | Optional comma-separated list of guest IDs to restrict operations | |
| PVE_TASK_TIMEOUT_MS | No | Timeout for waiting for asynchronous tasks in milliseconds (default 600000) | 600000 |
| PROXMOX_INSECURE_TLS | No | Set to 'true' to accept self-signed certificates (only for labs) | false |
| PROXMOX_TOKEN_SECRET | Yes | API token secret (UUID) | |
| PROXMOX_REQUEST_TIMEOUT_MS | No | Per-request timeout in milliseconds (default 30000) | 30000 |
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/k-krawczyk/proxmox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server