← Back to Plugins
MCP Server MCP

io.github.bryanjbelanger/desktop-hypervisor-mcp

github By github 👁 1 views ▲ 0 votes

VirtualBox and VMware Fusion/Workstation behind one provider-neutral MCP tool surface.

Homepage Verified source GitHub

Install

mcpb:https://github.com/bryanjbelanger/desktop-hypervisor-mcp/releases/download/v2.1.2/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/bryanjbelanger/desktop-hypervisor-mcp/releases/download/v2.1.2/desktop-hypervisor-mcp-2.1.2.mcpb",
      "version": "2.1.2",
      "fileSha256": "a1658545c41b0ef9d6dc194fabdd08fba1fc1a13401b5af5c1f9cb4b57964ed1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Username for in-guest operations (exec, script, file copy). Omit if guest operations are not needed.",
          "name": "HV_GUEST_USER"
        },
        {
          "description": "Password for in-guest operations. Read from the server environment, never accepted as a tool parameter.",
          "isSecret": true,
          "name": "HV_GUEST_PASSWORD"
        },
        {
          "description": "Cache directory for downloaded OS images. Defaults to ~/.hypervisor-images.",
          "format": "filepath",
          "name": "HV_IMAGE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...