Skip to content
Grok

kvm pilot for Grok

io.github.dustintrap/kvm-pilot

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

client:Grok transport:stdio runtime:pypi

Install kvm pilot in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "kvm-pilot": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

kvm pilot in other clients