Back to Home
nicholaswilde icon

proxmox-mcp-rs

Verified Safe

by nicholaswilde

Overview

A Rust-based Model Context Protocol (MCP) server for managing Proxmox VE virtualization infrastructure via an LLM client.

Installation

Run Command
docker run --rm -it -e PROXMOX_HOST="192.168.1.10" -e PROXMOX_USER="root@pam" -e PROXMOX_PASSWORD="yourpassword" -e PROXMOX_NO_VERIFY_SSL="true" nicholaswilde/proxmox-mcp-rs

Environment Variables

  • PROXMOX_CONFIG
  • PROXMOX_HOST
  • PROXMOX_PORT
  • PROXMOX_USER
  • PROXMOX_PASSWORD
  • PROXMOX_TOKEN_NAME
  • PROXMOX_TOKEN_VALUE
  • PROXMOX_NO_VERIFY_SSL
  • PROXMOX_LOG_LEVEL
  • PROXMOX_LOG_FILE_ENABLE
  • PROXMOX_LOG_DIR
  • PROXMOX_LOG_FILENAME
  • PROXMOX_LOG_ROTATE
  • PROXMOX_SERVER_TYPE
  • PROXMOX_HTTP_HOST
  • PROXMOX_HTTP_PORT
  • PROXMOX_HTTP_AUTH_TOKEN
  • PROXMOX_LAZY_MODE

Security Notes

Handles sensitive credentials (password, API token) via environment variables or config file. Supports disabling SSL verification via a flag, which should be used with caution in production environments. No 'eval' or obvious code injection vulnerabilities identified. Leverages Rust's memory safety.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-18

Tags

ProxmoxMCPRustAPI GatewayVirtualization