
Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "proxmox": {4 "cwd": "/absolute/path/to/ProxmoxMCP",5 "env": {6 "LOG_LEVEL": "DEBUG",7 "PYTHONPATH": "/absolute/path/to/ProxmoxMCP/src",8 "PROXMOX_HOST": "your-proxmox-host",9 "PROXMOX_PORT": "8006",10 "PROXMOX_USER": "username@pve",11 "PROXMOX_SERVICE": "PVE",12 "PROXMOX_MCP_CONFIG": "/absolute/path/to/ProxmoxMCP/proxmox-config/config.json",13 "PROXMOX_TOKEN_NAME": "token-name",14 "PROXMOX_VERIFY_SSL": "false",15 "PROXMOX_TOKEN_VALUE": "token-value"16 },17 "args": [18 "-m",19 "proxmox_mcp.server"20 ],21 "command": "/absolute/path/to/ProxmoxMCP/.venv/bin/python"22 }23 }24}
No reviews yet. Be the first to review!
Sign in to join the conversation