mcpbeat Sign in

Kvm Pilot MCP Server

by dustintrap Your server? Claim it
local only

Kvm Pilot runs on your own machine — the client starts it, so there is no endpoint to ping. 420 installs a week from pypi. Last commit 30 Aug 2026.

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

Installs per day peak 299 · avg 74 · -38% w/w
a month agotoday
420
Installs / week
pypi · kvm-pilot
5
Stars
47 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call file_firmware_report.repo → src/kvm_pilot/firmware_registry.py:448, ssh_exec.command → src/kvm_pilot/ssh.py:193, file_firmware_report.repo → src/kvm_pilot/firmware_registry.py:457 и ещё 1
        listed = subprocess.run(  # nosec B603 B607 - fixed args, no shell; gh from PATH is intentional
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            proc = subprocess.run(  # nosec B603 - fixed argv from config, shell=False
        env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kvm-pilot -- uvx kvm-pilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kvm-pilot": {
      "args": [
        "kvm-pilot"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kvm-pilot]
command = "uvx"
args = ["kvm-pilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "kvm-pilot": {
      "args": [
        "kvm-pilot"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kvm-pilot": {
      "args": [
        "kvm-pilot"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KVM_PILOT_PROFILE (Profile name from ~/.config/kvm-pilot/config.toml naming the KVM/BMC to target), KVM_PILOT_MCP_READ_ONLY (Least-privilege posture: only read-only tools are registered; effect gates force-closed. Recommended for first contact (set to 1)), KVM_PILOT_MCP_DRY_RUN (Rehearsal posture: destructive calls are logged, never sent (set to 1)), KVM_PILOT_MCP_ALLOW_POWER (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)), KVM_PILOT_HOST (Device address (KVM/BMC) when not using a config-file profile), KVM_PILOT_USER (Device username when not using a config-file profile), KVM_PILOT_PASSWD (Device password when not using a config-file profile (KVM_PILOT_HOST / KVM_PILOT_USER accompany it)), ANTHROPIC_API_KEY (Optional: enables server-side vision for classify_screen / wait_for_state; without it, classification falls back to the calling agent). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kvm Pilot

same job, measured the same way
agentdocs
by titov-d

Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

35 installs/wk local only
Veridict
by xkumakichi

Know if you can trust your MCP server. Trust judgment for AI agents.

31 installs/wk local only
Hex Line
by levnikolaevich

Hash-verified file editing MCP server with token efficiency hook for AI coding agents.

91 installs/wk local only
ScopeGate
by alifanov

Permission gateway for AI agents: scoped MCP endpoints over 27 services, audited and revocable.

answering
dns-cache
by weiseer

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

37 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering
Forage - MCP Server for AI Agents
by ernestalabs

Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.

answering

Kvm Pilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Kvm Pilot?
Kvm Pilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kvm-pilot was installed 420 times last week.
How do I connect Kvm Pilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kvm-pilot straight from pypi; nothing to host, nothing to sign up for.
How many people use Kvm Pilot?
The pypi package kvm-pilot was installed 420 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kvm Pilot open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 5 stars on GitHub and 47 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.