Proxmox AIops MCP Server

AI-powered Proxmox VE VM and container lifecycle operations with a built-in governance harness - unified audit log, token/runaway budget guard, undo-token recording, and descriptive risk-tier labels. Self-contained: no external dependencies beyond proxmoxer and the MCP SDK. Coverage is not yet exhaustive across every Proxmox operation. It runs locally over stdio via the published package.

People who work with agent skills, ai ops and proxmox and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #200 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Proxmox AIops

Claude Code

claude mcp add aiops-tools-proxmox-aiops -- uvx proxmox-aiops

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aiops-tools-proxmox-aiops": {
      "command": "uvx",
      "args": [
        "proxmox-aiops"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package proxmox-aiops - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.AIops-tools is GitHub-verified and matches the repo owner

03 · What Proxmox AIops can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.13.3 · 2026-09-15

Fixed · CLI commands that read the engine without calling an MCP tool now write an · audit row, as every MCP call does: they run through the same @governed_tool · harness, budget and runaway guard included. Before, an…

v0.13.2 · 2026-09-12

Changed · The ClawHub bundle plugin moved from @aiops-tools/proxmox-aiops to · @zw008/proxmox-aiops, matching the publisher the skill has always been under. · ClawHub cannot move a package between scopes - the scope is…

v0.13.1 · 2026-09-12

Added · The OpenClaw install path is documented. The ClawHub bundle channel went · live but neither the README nor this skill said how to install from it: · openclaw plugins install clawhub:@aiops-tools/proxmox-aiops.…

04 · Who maintains Proxmox AIops

Proxmox AIops is maintained by aiops-tools. We track 26 MCP servers from aiops-tools - 26 actively maintained, 3 combined GitHub stars, oldest repo from Jun 2026.

05 · Facts

category
other - ranked #200 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.AIops-tools/proxmox-aiops (active, first published 2026-06-22 · 18 versions)
packages
pypi:proxmox-aiops

06 · Proxmox AIops FAQ

What is Proxmox AIops?

AI-powered Proxmox VE VM and container lifecycle operations with a built-in governance harness - unified audit log, token/runaway budget guard, undo-token recording, and descriptive risk-tier labels. Self-contained: no external dependencies beyond proxmoxer and the MCP SDK. Coverage is not yet exhaustive across every Proxmox operation. It runs locally over stdio via the published package.

Is Proxmox AIops still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Proxmox AIops?

Run `uvx proxmox-aiops`. You can also paste the ready-made client config above.

Does Proxmox AIops run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Proxmox AIops