Skip to content
Gemini CLI

KVM/libvirt VMs and backups (Fedora) for Gemini CLI

io.github.amineutron/fedora-agents

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

client:Gemini CLI transport:stdio runtime:npm

Install KVM/libvirt VMs and backups (Fedora) in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fedora-agents": {
      "command": "npx",
      "args": [
        "-y",
        "fedora-agents-mcp"
      ],
      "env": {
        "MCP_AGENTS_LOG_DIR": "<MCP_AGENTS_LOG_DIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

KVM/libvirt VMs and backups (Fedora) in other clients