Installation & Configuration
{
"mcpServers": {
"github.com/canvrno/ProxmoxMCP": {
"command": "python",
"args": [
"-m",
"proxmox_mcp.server"
],
"env": {
"PROXMOX_MCP_CONFIG": "proxmox-config/config.json",
"PROXMOX_HOST": "your-proxmox-host",
"PROXMOX_USER": "username@pve",
"PROXMOX_TOKEN_NAME": "token-name",
"PROXMOX_TOKEN_VALUE": "token-value",
"PROXMOX_PORT": "8006",
"PROXMOX_VERIFY_SSL": "false",
"PROXMOX_SERVICE": "PVE"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15