Skip to content
Zed

kvm pilot for Zed

io.github.dustintrap/kvm-pilot

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

client:Zed transport:stdio runtime:pypi

Install kvm pilot 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": {
    "kvm-pilot": {
      "command": "uvx",
      "args": [
        "kvm-pilot"
      ],
      "env": {
        "KVM_PILOT_PROFILE": "<KVM_PILOT_PROFILE>",
        "KVM_PILOT_MCP_READ_ONLY": "<KVM_PILOT_MCP_READ_ONLY>",
        "KVM_PILOT_MCP_DRY_RUN": "<KVM_PILOT_MCP_DRY_RUN>",
        "KVM_PILOT_MCP_ALLOW_POWER": "<KVM_PILOT_MCP_ALLOW_POWER>",
        "KVM_PILOT_HOST": "<KVM_PILOT_HOST>",
        "KVM_PILOT_USER": "<KVM_PILOT_USER>",
        "KVM_PILOT_PASSWD": "<KVM_PILOT_PASSWD>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

kvm pilot in other clients