Skip to content
Zed

KVM/libvirt VMs and backups (Fedora) for Zed

io.github.amineutron/fedora-agents

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

client:Zed transport:stdio runtime:npm

Install KVM/libvirt VMs and backups (Fedora) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

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