Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

KVM/libvirt VMs and backups (Fedora)

NPM · FEDORA-AGENTS-MCP · SCANNED SEP 24

Manage local KVM/libvirt VMs and Timeshift/Borg backups on Fedora: start, stop, clone, snapshot.

Available components

61 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security48
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 36 of 109 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to amineutron/fedora-agents). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1539 tokens (~81/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the KVM/libvirt VMs and backups (Fedora) MCP server?

KVM/libvirt VMs and backups (Fedora) runs locally as an npm package, launched with npx -y fedora-agents-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · fedora-agents-mcp

# add to Claude Code
claude mcp add amineutron-fedora-agents -- npx -y fedora-agents-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "amineutron-fedora-agents": {
      "command": "npx",
      "args": [
        "-y",
        "fedora-agents-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "amineutron-fedora-agents": {
      "command": "npx",
      "args": [
        "-y",
        "fedora-agents-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add amineutron-fedora-agents -- npx -y fedora-agents-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amineutron-fedora-agents": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "fedora-agents-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add amineutron-fedora-agents --command npx --arg -y --arg fedora-agents-mcp
# ~/.hermes/config.yaml
mcp_servers:
  amineutron-fedora-agents:
    command: "npx"
    args: ["-y", "fedora-agents-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "amineutron-fedora-agents": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "fedora-agents-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add amineutron-fedora-agents -t stdio -c npx -a -y fedora-agents-mcp
// mcp.json
{
  "mcpServers": {
    "amineutron-fedora-agents": {
      "command": "npx",
      "args": [
        "-y",
        "fedora-agents-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed npm/fedora-agents-mcp@1.2.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo amineutron/fedora-agents
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/amineutron/fedora-agents/.github/workflows/release.yml@refs/tags/v1.2.2
Rekor log index 2929051972
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:0f262b9828ffa2c50e5a947b683f7094bda9b4c10bbfe39d0b99804a5a2938c9150506fc92e331712028025e29fce824ded6766cd3621f293c7d4ec06

Background: How many MCP packages publish verified provenance →

Dependencies 109 packages
Packages resolved 109
Stale 36
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~1,539 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
backup_clean ~63

Applique les politiques de rétention et supprime les anciens backups ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
dry_runboolean
forceboolean
keep_lastnumber
typestringyes

No output schema declared.

No examples provided.

backup_create ~97

Crée un backup (timeshift, borg, vm-snapshot, ou manual)

NameTypeReqDescription
commentstring
deststring
dry_runboolean
liveboolean
notifyboolean
sourcestring
timeout_msnumber
typestringyes
verifyboolean
vmstring

No output schema declared.

No examples provided.

backup_list ~54

Liste tous les backups disponibles (par type ou tous)

NameTypeReqDescription
allboolean
detailedboolean
limitnumber
sortstring
typestring

No output schema declared.

No examples provided.

backup_restore ~84

Restaure un backup (ATTENTION: opération destructive!) ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
dry_runboolean
forceboolean
identifierstringyes
partialstring
skip_pre_snapshotboolean
targetstring
typestringyes

No output schema declared.

No examples provided.

backup_status ~37

Affiche le dashboard global des backups (status, espace, alertes)

NameTypeReqDescription
compactboolean
watchboolean

No output schema declared.

No examples provided.

backup_verify ~53

Vérifie l'intégrité des backups

NameTypeReqDescription
backup_idstring
deepboolean
quickboolean
timeout_msnumber
typestring

No output schema declared.

No examples provided.

help ~30

Liste tous les outils disponibles avec leurs descriptions. Appelle cet outil en premier pour savoir ce que tu peux faire.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

vm_clone ~85

Clone une VM KVM existante (complet ou lié)

NameTypeReqDescription
autostartboolean
linkedboolean
networkstring
new_vm_namestringyes
source_vmstringyes
startboolean
timeout_msnumber
tracking_session_idstring

No output schema declared.

No examples provided.

vm_clone_system ~94

Clone le système hôte entier vers une VM KVM bootable ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
cpusnumber
disk_sizestring
dry_runboolean
hostnamestring
memorynumber
namestring
timeout_msnumber
usernamestring

No output schema declared.

No examples provided.

vm_copy ~83

Copie des fichiers entre l'hôte et une VM via SCP ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
checksumboolean
deststringyes
directionstring
preserveboolean
recursiveboolean
sourcestringyes
vm_namestringyes

No output schema declared.

No examples provided.

vm_destroy ~57

Supprime complètement une VM KVM (définition + stockage) ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
forceboolean
keep_storageboolean
vm_namestringyes

No output schema declared.

No examples provided.

vm_exec ~73

Exécute une commande dans une VM via SSH ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
captureboolean
commandstringyes
sudoboolean
timeoutnumber
userstring
vm_namestringyes

No output schema declared.

No examples provided.

vm_export ~235

Exporte une VM KVM dans une archive portable (.tar.gz) avec sanitarisation des donnees sensibles. Mode classic: supprime tous les comptes utilisateurs, passwords, keyrings, cles SSH users. Un script de configuration s'execute au premier demarrage (creation user + password root). Mode exam: conserve les comptes et privileges, sanitarise machine-id/SSH-host-keys/reseau/logs. Mode custom: choisir les operations virt-sysprep via le parametre operations[]. Avec firstboot=true: installe aussi le script de configuration premier demarrage. Effectue un test pre-export (integrite disque, espace) et un test post-export (archive OK). Archive generee: <vm>-export-YYYYMMDD-HHMMSS-<mode>.tar.gz dans ~/vm-exports/ par defaut.

NameTypeReqDescription
dry_runboolean
firstbootboolean
forceboolean
modestring
operationsarray
output_pathstring
vm_namestringyes

No output schema declared.

No examples provided.

vm_import ~144

Importe une VM KVM depuis une archive exportee par vm_export. Effectue un test pre-import (integrite archive + disque qcow2) et post-import (VM definie + disque OK). Genere un nouveau UUID et une nouvelle adresse MAC automatiquement. Le disque est copie dans /var/lib/libvirt/images/ par defaut. Avec --start: demarre la VM et attend SSH apres l'import. ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
archive_pathstringyes
dry_runboolean
new_namestring
pool_dirstring
startboolean

No output schema declared.

No examples provided.

vm_snapshot ~80

Gère les snapshots d'une VM (create, list, restore, delete) ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
actionstringyes
descriptionstring
liveboolean
snapshot_namestring
vm_namestringyes
yesboolean

No output schema declared.

No examples provided.

vm_start ~57

Démarre une VM KVM et attend optionnellement que SSH soit accessible

NameTypeReqDescription
timeoutnumber
vm_namestringyes
wait_ipboolean
wait_sshboolean

No output schema declared.

No examples provided.

vm_status ~57

Affiche le status et les informations d'une VM (IP, SSH, ressources). Sans vm_name, liste toutes les VMs.

NameTypeReqDescription
detailedboolean
jsonboolean
vm_namestring

No output schema declared.

No examples provided.

vm_stop ~66

Arrête une VM KVM proprement (ou force l'arrêt avec --force) ⚠️ ATTENTION: Opération potentiellement destructive!

NameTypeReqDescription
forceboolean
timeoutnumber
vm_namestringyes
waitboolean

No output schema declared.

No examples provided.

vm_verify ~90

Vérifie qu'une VM clonée est une copie fidèle du système hôte

NameTypeReqDescription
compare_contentboolean
compare_packagesboolean
ip
quickboolean
save_reportboolean
self_checkboolean
userstring
verboseboolean
vm_namestring

No output schema declared.

No examples provided.

Common questions

What is the KVM/libvirt VMs and backups (Fedora) MCP server?

KVM/libvirt VMs and backups (Fedora) is an MCP server listed in the public MCP registry as io.github.amineutron/fedora-agents. Manage local KVM/libvirt VMs and Timeshift/Borg backups on Fedora: start, stop, clone, snapshot. This page covers its npm package (fedora-agents-mcp).

Is the KVM/libvirt VMs and backups (Fedora) MCP server safe to use?

KVM/libvirt VMs and backups (Fedora) scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the KVM/libvirt VMs and backups (Fedora) MCP server expose?

KVM/libvirt VMs and backups (Fedora) exposes 19 tools: help, vm_start, vm_stop, vm_destroy, vm_status, and 14 more. Their descriptions and schemas cost roughly 1,539 tokens of context every time the server is loaded.

Is the KVM/libvirt VMs and backups (Fedora) MCP server still maintained?

KVM/libvirt VMs and backups (Fedora) is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the KVM/libvirt VMs and backups (Fedora) MCP server under?

KVM/libvirt VMs and backups (Fedora) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.