← Back to Plugins
MCP Server MCP

Cursor Proxmox MCP

github By github 👁 1 views ▲ 0 votes

Manage Proxmox VE via Cursor: QEMU, LXC, storage, HA, firewall, access.

Homepage Verified source GitHub

Install

uvx cursor-proxmox-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cursor-proxmox-mcp",
      "version": "1.9.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to Proxmox MCP config.json (host, token, SSL).",
          "isRequired": true,
          "format": "filepath",
          "name": "PROXMOX_MCP_CONFIG"
        },
        {
          "description": "API token secret when config uses ${PROXMOX_TOKEN_VALUE}.",
          "isSecret": true,
          "name": "PROXMOX_TOKEN_VALUE"
        },
        {
          "description": "Set to 1 for verbose tool_call detail (also bumps INFO→DEBUG).",
          "name": "PROXMOX_MCP_VERBOSE"
        },
        {
          "description": "Override logging.level (DEBUG|INFO|WARNING|ERROR).",
          "name": "PROXMOX_MCP_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/hackmods/cursor-proxmox-mcp:1.9.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to config.json inside the container (default /config/config.json).",
          "format": "filepath",
          "value": "/config/config.json",
          "name": "PROXMOX_MCP_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...