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
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.
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
claude mcp add amineutron-fedora-agents -- npx -y fedora-agents-mcp
{
"mcpServers": {
"amineutron-fedora-agents": {
"command": "npx",
"args": [
"-y",
"fedora-agents-mcp"
]
}
}
} {
"servers": {
"amineutron-fedora-agents": {
"command": "npx",
"args": [
"-y",
"fedora-agents-mcp"
]
}
}
} codex mcp add amineutron-fedora-agents -- npx -y fedora-agents-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"amineutron-fedora-agents": {
"type": "local",
"command": [
"npx",
"-y",
"fedora-agents-mcp"
],
"enabled": true
}
}
} openclaw mcp add amineutron-fedora-agents --command npx --arg -y --arg fedora-agents-mcp
mcp_servers:
amineutron-fedora-agents:
command: "npx"
args: ["-y", "fedora-agents-mcp"] {
"McpServers": {
"amineutron-fedora-agents": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"fedora-agents-mcp"
]
}
}
} assistant mcp add amineutron-fedora-agents -t stdio -c npx -a -y fedora-agents-mcp
{
"mcpServers": {
"amineutron-fedora-agents": {
"command": "npx",
"args": [
"-y",
"fedora-agents-mcp"
]
}
}
} 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.
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 →
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 →
backup_clean ~63
Applique les politiques de rétention et supprime les anciens backups ⚠️ ATTENTION: Opération potentiellement destructive!
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| force | boolean | – | – |
| keep_last | number | – | – |
| type | string | yes | – |
No output schema declared.
No examples provided.
backup_create ~97
Crée un backup (timeshift, borg, vm-snapshot, ou manual)
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | – |
| dest | string | – | – |
| dry_run | boolean | – | – |
| live | boolean | – | – |
| notify | boolean | – | – |
| source | string | – | – |
| timeout_ms | number | – | – |
| type | string | yes | – |
| verify | boolean | – | – |
| vm | string | – | – |
No output schema declared.
No examples provided.
backup_list ~54
Liste tous les backups disponibles (par type ou tous)
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | – | – |
| detailed | boolean | – | – |
| limit | number | – | – |
| sort | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
backup_restore ~84
Restaure un backup (ATTENTION: opération destructive!) ⚠️ ATTENTION: Opération potentiellement destructive!
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| force | boolean | – | – |
| identifier | string | yes | – |
| partial | string | – | – |
| skip_pre_snapshot | boolean | – | – |
| target | string | – | – |
| type | string | yes | – |
No output schema declared.
No examples provided.
backup_status ~37
Affiche le dashboard global des backups (status, espace, alertes)
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | – |
| watch | boolean | – | – |
No output schema declared.
No examples provided.
backup_verify ~53
Vérifie l'intégrité des backups
| Name | Type | Req | Description |
|---|---|---|---|
| backup_id | string | – | – |
| deep | boolean | – | – |
| quick | boolean | – | – |
| timeout_ms | number | – | – |
| type | string | – | – |
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é)
| Name | Type | Req | Description |
|---|---|---|---|
| autostart | boolean | – | – |
| linked | boolean | – | – |
| network | string | – | – |
| new_vm_name | string | yes | – |
| source_vm | string | yes | – |
| start | boolean | – | – |
| timeout_ms | number | – | – |
| tracking_session_id | string | – | – |
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!
| Name | Type | Req | Description |
|---|---|---|---|
| cpus | number | – | – |
| disk_size | string | – | – |
| dry_run | boolean | – | – |
| hostname | string | – | – |
| memory | number | – | – |
| name | string | – | – |
| timeout_ms | number | – | – |
| username | string | – | – |
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!
| Name | Type | Req | Description |
|---|---|---|---|
| checksum | boolean | – | – |
| dest | string | yes | – |
| direction | string | – | – |
| preserve | boolean | – | – |
| recursive | boolean | – | – |
| source | string | yes | – |
| vm_name | string | yes | – |
No output schema declared.
No examples provided.
vm_destroy ~57
Supprime complètement une VM KVM (définition + stockage) ⚠️ ATTENTION: Opération potentiellement destructive!
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | – |
| keep_storage | boolean | – | – |
| vm_name | string | yes | – |
No output schema declared.
No examples provided.
vm_exec ~73
Exécute une commande dans une VM via SSH ⚠️ ATTENTION: Opération potentiellement destructive!
| Name | Type | Req | Description |
|---|---|---|---|
| capture | boolean | – | – |
| command | string | yes | – |
| sudo | boolean | – | – |
| timeout | number | – | – |
| user | string | – | – |
| vm_name | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| firstboot | boolean | – | – |
| force | boolean | – | – |
| mode | string | – | – |
| operations | array | – | – |
| output_path | string | – | – |
| vm_name | string | yes | – |
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!
| Name | Type | Req | Description |
|---|---|---|---|
| archive_path | string | yes | – |
| dry_run | boolean | – | – |
| new_name | string | – | – |
| pool_dir | string | – | – |
| start | boolean | – | – |
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!
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| description | string | – | – |
| live | boolean | – | – |
| snapshot_name | string | – | – |
| vm_name | string | yes | – |
| yes | boolean | – | – |
No output schema declared.
No examples provided.
vm_start ~57
Démarre une VM KVM et attend optionnellement que SSH soit accessible
| Name | Type | Req | Description |
|---|---|---|---|
| timeout | number | – | – |
| vm_name | string | yes | – |
| wait_ip | boolean | – | – |
| wait_ssh | boolean | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| detailed | boolean | – | – |
| json | boolean | – | – |
| vm_name | string | – | – |
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!
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | – | – |
| timeout | number | – | – |
| vm_name | string | yes | – |
| wait | boolean | – | – |
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
| Name | Type | Req | Description |
|---|---|---|---|
| compare_content | boolean | – | – |
| compare_packages | boolean | – | – |
| ip | – | – | – |
| quick | boolean | – | – |
| save_report | boolean | – | – |
| self_check | boolean | – | – |
| user | string | – | – |
| verbose | boolean | – | – |
| vm_name | string | – | – |
No output schema declared.
No examples provided.
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.