Skip to content
Cursor

KVM/libvirt VMs and backups (Fedora) for Cursor

io.github.amineutron/fedora-agents

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

client:Cursor transport:stdio runtime:npm

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

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

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