Back to Home
teomarcdhio icon

proxmox-mcp

Verified Safe

by teomarcdhio

Overview

Allows LLM agents to interact with and monitor Proxmox homelab VMs and containers in a read-only capacity.

Installation

Run Command
uv run proxmox-mcp --transport sse

Environment Variables

  • PROXMOX_HOST
  • PROXMOX_PORT
  • PROXMOX_VERIFY_SSL
  • PROXMOX_API_TOKEN_ID
  • PROXMOX_API_TOKEN_SECRET
  • PROXMOX_USERNAME
  • PROXMOX_PASSWORD
  • PROXMOX_REALM
  • MCP_SERVER_HOST
  • MCP_SERVER_PORT

Security Notes

The `PROXMOX_VERIFY_SSL` setting defaults to `false` in the configuration, Docker Compose, and Kubernetes deployment manifests. This disables SSL certificate verification for the Proxmox API, making the connection vulnerable to Man-in-the-Middle (MITM) attacks. While the README recommends setting it to `true` in production, the default configuration is insecure. All operations are explicitly read-only, which mitigates the risk of direct system compromise or data modification, but sensitive information (VM configurations, metrics) could be intercepted if MITM occurs. The server binds to `0.0.0.0` by default for SSE, requiring proper firewalling if exposed externally.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-29

Tags

ProxmoxLLMHomelabMonitoringRead-only