AIops-tools MCP Servers

AIops-tools

Verified publisher

io.github.AIops-tools

24 servers
0 skills

Verification confirms control of this publisher namespace. It is not a security or quality endorsement.

AIops-tools

Governed AI operations tooling for infrastructure — unbypassable audit, budget, and undo built into every tool.

AI agents are great at infrastructure ops, right up until something goes wrong in production. AIops-tools is a family of MCP servers + CLIs that wrap real infrastructure platforms with a governance harness. Each tool delivers the operation accurately and efficiently and records every step; whether a write is permitted is the agent's judgement or the connecting account's permissions — not the tool's. So an agent's actions are:

  • Audited — every operation, over MCP and the CLI, logged to a local SQLite trail (who / what / when), secret-redacted. There is no unaudited entry point.
  • Bounded — a runaway-loop breaker + optional per-process call/time ceilings (no more "one operation, 26k tokens"). A safety backstop, not an authorization gate.
  • Reversible — write operations record an inverse undo token wherever a clean inverse exists.
  • Safe by default — destructive ops need double confirmation + --dry-run; all API text is sanitized.

Every tool is self-contained (the harness is bundled — no shared runtime dependency) and ships on PyPI, the MCP Registry, ClawHub, and SkillHub.

Published tools

Tool Platform Install MCP tools
proxmox-aiops Proxmox VE — VMs, LXC, snapshots, cluster, storage, backups, HA, pools, firewall; node-pressure & guest-health RCA pip install proxmox-aiops 43
veeam-aiops Veeam Backup & Replication — jobs, restore, repositories, sessions, infrastructure; job-failure & repository-capacity RCA pip install veeam-aiops 25
k8s-aiops Kubernetes — k3s / EKS / GKE / AKS (workloads, batch, config, storage, networking, rollouts); pod-health & workload-readiness RCA pip install k8s-aiops 55
network-aiops Network devices via NAPALM — Cisco IOS/NX-OS/IOS-XR, Arista EOS, Juniper Junos + NetBox; interface-health & BGP-neighbor RCA pip install network-aiops 33
fabric-aiops Network controllers — Cisco Meraki, Cisco Catalyst Center, Arista CloudVision, Ubiquiti UniFi (org→network→device); uplink loss/latency RCA, fleet health score, config-template drift, guarded remediation pip install fabric-aiops 34
truenas-aiops TrueNAS SCALE storage — pools, datasets, snapshots, disks, alerts, services; pool-health & alert/capacity RCA. Speaks both the REST API and the JSON-RPC/WebSocket API that replaces it in TrueNAS 26 pip install truenas-aiops 25
endpoint-aiops Managed-endpoint fleets (thin clients / VDI) — login-storm & patch/config-drift analysis, inventory, guarded remediation pip install endpoint-aiops 13
nutanix-aiops Nutanix Prism Central (v4) — clusters, VMs (AHV + ESXi), storage, network, snapshots/DR, alerts, LCM; cluster-health & alert-triage RCA; auto ETag + pagination pip install nutanix-aiops 51
ceph-aiops Ceph via ceph-mgr Dashboard REST — HEALTH_WARN root-cause analysis, OSD/PG/pool/RBD/CephFS/RGW, recovery, capacity pip install ceph-aiops 37
inference-aiops GPU inference clusters (vLLM + Ray Serve/Jobs) — latency/utilization RCA, replica scaling, drain, model lifecycle, cost pip install inference-aiops 39
monitoring-aiops SolarWinds Orion (SWIS/SWQL) + Paessler PRTG + Zabbix — canned SWQL, alert dedup/rollup, health, maintenance windows pip install monitoring-aiops 42
compliance-aiops Meta-tool — turns the audit trails these tools already write into framework-mapped (HIPAA/PCI-DSS/SOC 2/GDPR), hash-chain-sealed evidence bundles pip install compliance-aiops 18
ai-guardian On-endpoint local-LLM (Ollama) observability + governance — model allow/deny policy, provenance drift, a deterministic secrets/PII/jailbreak prompt scanner, and route-through guarding pip install ai-guardian-aiops 20
postgres-aiops PostgreSQL DBA-ops — slow-query / bloat / blocking-lock RCA, indexes, vacuum/analyze, replication lag, guarded remediation pip install postgres-aiops 35
observability-aiops Self-hosted observability — Prometheus + Grafana: firing-alert & scrape-target RCA, alert noise/flap analysis, silences, dashboards pip install observability-aiops 39
firewall-aiops OPNsense + pfSense firewalls — gateway-health / rule-shadow / blocked-traffic RCA, guarded rule & alias writes pip install firewall-aiops 35
container-host-aiops Docker + Portainer container hosts (non-Kubernetes) — restart-loop / resource-pressure / image-&-volume-bloat RCA, guarded lifecycle writes pip install container-host-aiops 38
mysql-aiops MySQL + MariaDB DBA-ops — slow-query / replication-lag / blocking-lock RCA, index & table maintenance, guarded remediation pip install mysql-aiops 35
proxy-aiops Reverse proxies — Traefik / Caddy / HAProxy: route & backend health RCA, certificate visibility, guarded config writes pip install proxy-aiops 28
queue-aiops Middleware — Redis + RabbitMQ: queue-depth / consumer-lag / memory-pressure RCA, guarded queue & key operations pip install queue-aiops 28
minio-aiops MinIO object storage — bucket / capacity / replication health, policy & lifecycle visibility, guarded bucket writes pip install minio-aiops 31
xcpng-aiops XCP-ng via Xen Orchestra — VMs, snapshots, hosts, pools, storage repositories, guarded lifecycle writes pip install xcpng-aiops 29
identity-aiops SSO / IAM — Keycloak + Authentik: realm / client / user health, login-failure analysis, guarded identity writes pip install identity-aiops 29
cicd-aiops Self-managed CI — GitLab + Gitea: pipeline-failure RCA, runner health, job & artifact hygiene, guarded pipeline operations pip install cicd-aiops 28

Industrial / OT? The OT line (formerly ot-aiops) has moved to its own org — Industrial-AIOps — and is now iaiops (pip install iaiops): OPC-UA, Modbus, S7comm, Mitsubishi MC, MTConnect, MQTT/Sparkplug B, EtherNet/IP, EtherCAT, and SECS/GEM for semiconductor / display fabs.

How it works

Each tool exposes both a CLI and an MCP server ( mcp, stdio transport). Point any MCP client (Claude, etc.) at it. Configuration and the audit/undo/policy store live under ~/./ (relocatable via _AIOPS_HOME). Credentials are kept in an encrypted store (secrets.enc, Fernet + master password) — never in plaintext. A friendly init wizard walks you through first-time setup.

pip install proxmox-aiops          # or pipx / uv tool install
proxmox-aiops init                 # interactive setup (encrypts your credentials)
proxmox-aiops doctor               # verify connectivity
proxmox-aiops mcp                  # run as an MCP server

License & affiliation

MIT licensed. Community-maintained. Not affiliated with, endorsed by, or sponsored by the vendors of the platforms these tools operate (Proxmox Server Solutions GmbH, Veeam Software, the CNCF / Kubernetes project, etc.); all trademarks belong to their respective owners.

Servers

Medium
io.github.AIops-tools/ai-guardian icon

AI Guardian

by AIops-tools

AI Tools
Local

Governed local-LLM (Ollama) observability: model policy, prompt scanner, 20 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/ceph-aiops icon

Ceph AIops

by AIops-tools

AI Tools
Local

Governed Ceph mgr ops: HEALTH_WARN RCA, OSD/PG/pool/RBD/CephFS/RGW, 37 tools.

Trust75
Version 0.9.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/cicd-aiops icon

CICD AIops

by AIops-tools

Developer Tools
Local

Governed self-managed GitLab + Gitea CI/CD ops: pipelines, runners, artifacts, RCA. 28 tools.

Trust75
Version 0.7.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/compliance-aiops icon

Compliance AIops

by AIops-tools

AI Tools
Local

Compliance evidence from AIops audit trails: HIPAA/PCI/SOC2/GDPR, hash-chain-sealed, 18 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/container-host-aiops icon

Container Host AIops

by AIops-tools

AI Tools
Local

Governed Docker + Portainer container-host ops: reads, RCA analyses, guarded writes. 38 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/endpoint-aiops icon

Endpoint AIops

by AIops-tools

AI Tools
Local

Governed managed-endpoint ops — login-storm & drift analysis, 13 MCP tools with audit/budget/undo.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/fabric-aiops icon

Fabric AIops

by AIops-tools

AI Tools
Local

Governed Cisco Meraki fabric ops: uplink RCA, health score, drift; 34 tools with audit/undo.

Trust75
Version 0.9.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/firewall-aiops icon

Firewall AIops

by AIops-tools

AI Tools
Local

Governed OPNsense + pfSense firewall ops: rules, NAT, VPN, DHCP, RCA. 35 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/inference-aiops icon

Inference AIops

by AIops-tools

AI Tools
Local

Governed GPU inference ops (vLLM + Ray Serve): latency RCA, scaling, drain, 39 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/monitoring-aiops icon

Monitoring AIops

by AIops-tools

Monitoring
Local

Governed SolarWinds Orion + PRTG + Zabbix ops: SWQL, alert rollup, health, 42 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/nutanix-aiops icon

Nutanix AIops

by AIops-tools

AI Tools
Local

Governed Nutanix Prism Central v4 ops: clusters/VMs/storage/DR/LCM/RCA, ETag-safe, 51 tools.

Trust75
Version 0.9.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/observability-aiops icon

Observability AIops

by AIops-tools

Monitoring
Local

Governed Prometheus + Grafana ops: PromQL, alerts, dashboards, RCA; 39 tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/postgres-aiops icon

Postgres AIops

by AIops-tools

Storage
Local

Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools.

Trust75
Version 0.8.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/truenas-aiops icon

TrueNAS AIops

by AIops-tools

AI Tools
Local

Governed TrueNAS SCALE storage ops — 25 MCP tools with audit, budget, undo guards.

Trust75
Version 0.9.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/identity-aiops icon

Identity AIops

by AIops-tools

Security
Local

Governed Keycloak + authentik identity ops: users, events, clients, MFA, RCA. 29 tools.

Trust74
Version 0.6.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/minio-aiops icon

MinIO AIops

by AIops-tools

Storage
Local

Governed MinIO ops: capacity RCA, bucket exposure audit, ILM gaps, healing, 31 tools.

Trust74
Version 0.7.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/mysql-aiops icon

MySQL AIops

by AIops-tools

Storage
Local

Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools.

Trust74
Version 0.6.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/proxy-aiops icon

Proxy AIops

by AIops-tools

AI Tools
Local

Governed Traefik + Caddy + HAProxy ops: routes, upstreams, certs, 5xx RCA. 28 tools.

Trust74
Version 0.7.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/queue-aiops icon

Queue AIops

by AIops-tools

AI Tools
Local

Governed redis + rabbitmq ops: memory/latency/backlog/churn RCA, policies. 28 tools.

Trust74
Version 0.6.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/xcpng-aiops icon

XCP-ng AIops

by AIops-tools

AI Tools
Local

Governed XCP-ng ops via Xen Orchestra — 29 MCP tools with audit, budget, undo guards.

Trust74
Version 0.6.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/k8s-aiops icon

k8s AIops

by AIops-tools

AI Tools
Local

Governed Kubernetes ops — 55 MCP tools with audit, budget, undo, risk-tier audit labels.

Trust75
Version 0.10.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/network-aiops icon

Network AIops

by AIops-tools

AI Tools
Local

Governed network device ops (NAPALM) — 33 MCP tools with audit/undo.

Trust75
Version 0.10.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/proxmox-aiops icon

Proxmox AIops

by AIops-tools

AI Tools
Local

Governed Proxmox VE VM/container ops — 43 MCP tools with audit, budget, undo & risk-tier guards.

Trust75
Version 0.11.0Evaluated Aug 4, 2026
Medium
io.github.AIops-tools/veeam-aiops icon

Veeam AIops

by AIops-tools

Storage
Local

Governed Veeam Backup & Replication ops — 25 MCP tools with audit, budget, undo guards.

Trust75
Version 0.10.0Evaluated Aug 4, 2026

Skills

No skills found for this vendor

Try another vendor or revisit later.