← Back to browse

kvm-pilot

Indexed by io.github.DustinTrap

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKVM_PILOT_PROFILE KVM_PILOT_MCP_READ_ONLY KVM_PILOT_MCP_DRY_RUN KVM_PILOT_MCP_ALLOW_POWER KVM_PILOT_PASSWD ANTHROPIC_API_KEY
Claude Code
claude mcp add --env KVM_PILOT_PROFILE= --env KVM_PILOT_MCP_READ_ONLY= --env KVM_PILOT_MCP_DRY_RUN= --env KVM_PILOT_MCP_ALLOW_POWER= --env KVM_PILOT_PASSWD= --env ANTHROPIC_API_KEY= kvm-pilot -- uvx kvm-pilot
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kvm-pilot","command":"uvx","args":["kvm-pilot"],"env":{"KVM_PILOT_PROFILE":"","KVM_PILOT_MCP_READ_ONLY":"","KVM_PILOT_MCP_DRY_RUN":"","KVM_PILOT_MCP_ALLOW_POWER":"","KVM_PILOT_PASSWD":"","ANTHROPIC_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "kvm-pilot": {
      "command": "uvx",
      "args": [
        "kvm-pilot"
      ],
      "env": {
        "KVM_PILOT_PROFILE": "",
        "KVM_PILOT_MCP_READ_ONLY": "",
        "KVM_PILOT_MCP_DRY_RUN": "",
        "KVM_PILOT_MCP_ALLOW_POWER": "",
        "KVM_PILOT_PASSWD": "",
        "ANTHROPIC_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.