← Back to Plugins
MCP Server MCP

io.github.DustinTrap/kvm-pilot

github By github 👁 1 views ▲ 0 votes

Smart hands for your AI agents - write-capable KVM+BMC+SSH MCP server: gated, verified, audited.

Homepage Verified source GitHub

Install

uvx kvm-pilot

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "kvm-pilot",
      "version": "0.1.0rc3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Profile name from ~/.config/kvm-pilot/config.toml naming the KVM/BMC to target",
          "name": "KVM_PILOT_PROFILE"
        },
        {
          "description": "Least-privilege posture: only read-only tools are registered; effect gates force-closed. Recommended for first contact (set to 1)",
          "name": "KVM_PILOT_MCP_READ_ONLY"
        },
        {
          "description": "Rehearsal posture: destructive calls are logged, never sent (set to 1)",
          "name": "KVM_PILOT_MCP_DRY_RUN"
        },
        {
          "description": "Operator opt-in enabling power control of the managed host (per-effect gate; see also _ALLOW_HID, _ALLOW_MEDIA, _ALLOW_SSH, _ALLOW_APPLIANCE, _ALLOW_EXTERNAL_WRITE)",
          "name": "KVM_PILOT_MCP_ALLOW_POWER"
        },
        {
          "description": "Device address (KVM/BMC) when not using a config-file profile",
          "name": "KVM_PILOT_HOST"
        },
        {
          "description": "Device username when not using a config-file profile",
          "name": "KVM_PILOT_USER"
        },
        {
          "description": "Device password when not using a config-file profile (KVM_PILOT_HOST / KVM_PILOT_USER accompany it)",
          "isSecret": true,
          "name": "KVM_PILOT_PASSWD"
        },
        {
          "description": "Optional: enables server-side vision for classify_screen / wait_for_state; without it, classification falls back to the calling agent",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...