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 connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 2 · #255 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

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.12.0 · 2026-08-10

Fixed · An undetermined outcome no longer exits as a plain failure. A write whose response was lost carries both error and outcomeUnknown, and the harness deliberately judges unknown first when writing the audit row…

v0.11.0 · 2026-08-03

Fixed · undo apply replays against the target the original write ran on. It dispatched the inverse against whatever target the caller named - in practice the config's first entry - while the write's own target sat…

v0.10.0 · 2026-08-02

Release notes - proxmox-aiops 0.10.0 · Previous release: 0.9.0. · What a real cluster showed that a single node could not · 0.9.0 was verified against one Proxmox node. Five surfaces cannot exist on one · node, so they…

04 · Who maintains Proxmox AIops

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

05 · Facts

category
other - ranked #255 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-10)
registry
io.github.AIops-tools/proxmox-aiops (active, first published 2026-06-22 · 14 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-08-25, its last commit was 2026-08-10 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