AgentHubAgentHub

ProxmoxMCP-Plus

MCP ServerMCP Registry官方收录

io.github.RekklesNA/proxmox-mcp-plus · v0.5.8

Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.

概览

ProxmoxMCP-Plus 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "proxmox-mcp-plus": {
      "command": "uvx",
      "args": [
        "proxmox-mcp-plus"
      ],
      "env": {
        "PROXMOX_HOST": "<PROXMOX_HOST>",
        "PROXMOX_USER": "<PROXMOX_USER>",
        "PROXMOX_TOKEN_NAME": "<PROXMOX_TOKEN_NAME>",
        "PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>"
      }
    }
  }
}

环境变量

PROXMOX_MCP_CONFIG可选

Optional path to a JSON config file. If set, file config is used before environment variable fallback.

PROXMOX_HOST必填

Hostname or IP address of the Proxmox VE API endpoint.

PROXMOX_USER必填

Proxmox username with realm, for example root@pam.

PROXMOX_TOKEN_NAME必填

Name of the Proxmox API token.

PROXMOX_TOKEN_VALUE必填secret

Secret value of the Proxmox API token.

PROXMOX_PORT可选

Proxmox API port. Defaults to 8006.

PROXMOX_VERIFY_SSL可选

Set to true to verify TLS certificates, or false for self-signed lab environments.

PROXMOX_DEV_MODE可选

Set to true when using verify_ssl=false in a self-signed lab environment.

PROXMOX_SERVICE可选

Proxmox service type. Defaults to PVE.

LOG_LEVEL可选

Server log verbosity. Defaults to INFO.

相关资源

统一 Manifest

{
  "id": "io.github.RekklesNA/proxmox-mcp-plus",
  "type": "mcp-server",
  "version": "0.5.8",
  "displayName": "ProxmoxMCP-Plus",
  "description": "Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.",
  "repository": {
    "url": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
    "source": "github"
  },
  "homepage": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "proxmox-mcp-plus",
        "version": "0.5.8",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PROXMOX_MCP_CONFIG",
            "description": "Optional path to a JSON config file. If set, file config is used before environment variable fallback."
          },
          {
            "name": "PROXMOX_HOST",
            "description": "Hostname or IP address of the Proxmox VE API endpoint.",
            "isRequired": true
          },
          {
            "name": "PROXMOX_USER",
            "description": "Proxmox username with realm, for example root@pam.",
            "isRequired": true
          },
          {
            "name": "PROXMOX_TOKEN_NAME",
            "description": "Name of the Proxmox API token.",
            "isRequired": true
          },
          {
            "name": "PROXMOX_TOKEN_VALUE",
            "description": "Secret value of the Proxmox API token.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "PROXMOX_PORT",
            "description": "Proxmox API port. Defaults to 8006."
          },
          {
            "name": "PROXMOX_VERIFY_SSL",
            "description": "Set to true to verify TLS certificates, or false for self-signed lab environments."
          },
          {
            "name": "PROXMOX_DEV_MODE",
            "description": "Set to true when using verify_ssl=false in a self-signed lab environment."
          },
          {
            "name": "PROXMOX_SERVICE",
            "description": "Proxmox service type. Defaults to PVE."
          },
          {
            "name": "LOG_LEVEL",
            "description": "Server log verbosity. Defaults to INFO."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.RekklesNA/proxmox-mcp-plus",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.RekklesNA%2Fproxmox-mcp-plus/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ProxmoxMCP-Plus — MCP Server 安装与配置 · AgentHub