kvm-pilot
Rank #4,131io.github.DustinTrap/kvm-pilot
Smart hands for your AI agents - write-capable KVM+BMC+SSH MCP server: gated, verified, audited.
kvm-pilot is a Model Context Protocol (MCP) server published by DustinTrap. It ranks #4,131 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. kvm-pilot is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 127,915 of 132,046 servers on MCP Toplist.
Use kvm-pilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kvm-pilot -e "KVM_PILOT_PROFILE=<your KVM_PILOT_PROFILE>" -e "KVM_PILOT_MCP_READ_ONLY=<your KVM_PILOT_MCP_READ_ONLY>" -e "KVM_PILOT_MCP_DRY_RUN=<your KVM_PILOT_MCP_DRY_RUN>" -e "KVM_PILOT_MCP_ALLOW_POWER=<your KVM_PILOT_MCP_ALLOW_POWER>" -e "KVM_PILOT_HOST=<your KVM_PILOT_HOST>" -e "KVM_PILOT_USER=<your KVM_PILOT_USER>" -e "KVM_PILOT_PASSWD=<your KVM_PILOT_PASSWD>" -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx kvm-pilotReplace each placeholder with your own value before saving.
[mcp_servers.kvm-pilot]
command = "uvx"
args = ["kvm-pilot"]
[mcp_servers.kvm-pilot.env]
KVM_PILOT_PROFILE = "<your KVM_PILOT_PROFILE>"
KVM_PILOT_MCP_READ_ONLY = "<your KVM_PILOT_MCP_READ_ONLY>"
KVM_PILOT_MCP_DRY_RUN = "<your KVM_PILOT_MCP_DRY_RUN>"
KVM_PILOT_MCP_ALLOW_POWER = "<your KVM_PILOT_MCP_ALLOW_POWER>"
KVM_PILOT_HOST = "<your KVM_PILOT_HOST>"
KVM_PILOT_USER = "<your KVM_PILOT_USER>"
KVM_PILOT_PASSWD = "<your KVM_PILOT_PASSWD>"
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kvm-pilot": {
"command": "uvx",
"args": [
"kvm-pilot"
],
"env": {
"KVM_PILOT_PROFILE": "<your KVM_PILOT_PROFILE>",
"KVM_PILOT_MCP_READ_ONLY": "<your KVM_PILOT_MCP_READ_ONLY>",
"KVM_PILOT_MCP_DRY_RUN": "<your KVM_PILOT_MCP_DRY_RUN>",
"KVM_PILOT_MCP_ALLOW_POWER": "<your KVM_PILOT_MCP_ALLOW_POWER>",
"KVM_PILOT_HOST": "<your KVM_PILOT_HOST>",
"KVM_PILOT_USER": "<your KVM_PILOT_USER>",
"KVM_PILOT_PASSWD": "<your KVM_PILOT_PASSWD>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kvm-pilot": {
"command": "uvx",
"args": [
"kvm-pilot"
],
"env": {
"KVM_PILOT_PROFILE": "<your KVM_PILOT_PROFILE>",
"KVM_PILOT_MCP_READ_ONLY": "<your KVM_PILOT_MCP_READ_ONLY>",
"KVM_PILOT_MCP_DRY_RUN": "<your KVM_PILOT_MCP_DRY_RUN>",
"KVM_PILOT_MCP_ALLOW_POWER": "<your KVM_PILOT_MCP_ALLOW_POWER>",
"KVM_PILOT_HOST": "<your KVM_PILOT_HOST>",
"KVM_PILOT_USER": "<your KVM_PILOT_USER>",
"KVM_PILOT_PASSWD": "<your KVM_PILOT_PASSWD>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kvm-pilot": {
"type": "stdio",
"command": "uvx",
"args": [
"kvm-pilot"
],
"env": {
"KVM_PILOT_PROFILE": "<your KVM_PILOT_PROFILE>",
"KVM_PILOT_MCP_READ_ONLY": "<your KVM_PILOT_MCP_READ_ONLY>",
"KVM_PILOT_MCP_DRY_RUN": "<your KVM_PILOT_MCP_DRY_RUN>",
"KVM_PILOT_MCP_ALLOW_POWER": "<your KVM_PILOT_MCP_ALLOW_POWER>",
"KVM_PILOT_HOST": "<your KVM_PILOT_HOST>",
"KVM_PILOT_USER": "<your KVM_PILOT_USER>",
"KVM_PILOT_PASSWD": "<your KVM_PILOT_PASSWD>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kvm-pilot": {
"command": "uvx",
"args": [
"kvm-pilot"
],
"env": {
"KVM_PILOT_PROFILE": "<your KVM_PILOT_PROFILE>",
"KVM_PILOT_MCP_READ_ONLY": "<your KVM_PILOT_MCP_READ_ONLY>",
"KVM_PILOT_MCP_DRY_RUN": "<your KVM_PILOT_MCP_DRY_RUN>",
"KVM_PILOT_MCP_ALLOW_POWER": "<your KVM_PILOT_MCP_ALLOW_POWER>",
"KVM_PILOT_HOST": "<your KVM_PILOT_HOST>",
"KVM_PILOT_USER": "<your KVM_PILOT_USER>",
"KVM_PILOT_PASSWD": "<your KVM_PILOT_PASSWD>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kvm-pilot": {
"command": "uvx",
"args": [
"kvm-pilot"
],
"env": {
"KVM_PILOT_PROFILE": "<your KVM_PILOT_PROFILE>",
"KVM_PILOT_MCP_READ_ONLY": "<your KVM_PILOT_MCP_READ_ONLY>",
"KVM_PILOT_MCP_DRY_RUN": "<your KVM_PILOT_MCP_DRY_RUN>",
"KVM_PILOT_MCP_ALLOW_POWER": "<your KVM_PILOT_MCP_ALLOW_POWER>",
"KVM_PILOT_HOST": "<your KVM_PILOT_HOST>",
"KVM_PILOT_USER": "<your KVM_PILOT_USER>",
"KVM_PILOT_PASSWD": "<your KVM_PILOT_PASSWD>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DustinTrap%2Fkvm-pilot)<a href="https://mcptoplist.com/server/io.github.DustinTrap%2Fkvm-pilot"><img src="https://mcptoplist.com/badge/io.github.DustinTrap%2Fkvm-pilot.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
DustinTrap
Available versions (13)
| Version | Published |
|---|---|
| 0.1.0rc4 | Aug 30, 2026 |
| 0.1.0rc3 | Aug 5, 2026 |
| 0.1.0rc2 | Aug 5, 2026 |
| 0.1.0rc1 | Aug 4, 2026 |
| 0.1.0b12 | Jul 31, 2026 |
| 0.1.0b11 | Jul 21, 2026 |
| 0.1.0b10 | Jul 19, 2026 |
| 0.1.0b9 | Jul 18, 2026 |
| 0.1.0b8 | Jul 15, 2026 |
| 0.1.0b7 | Jul 15, 2026 |
| 0.1.0b6 | Jul 14, 2026 |
| 0.1.0b5 | Jul 13, 2026 |
| 0.1.0b4 | Jul 13, 2026 |
Frequently asked questions
- Who maintains kvm-pilot?
- kvm-pilot is maintained by DustinTrap, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is kvm-pilot listed on the Official MCP Registry?
- Yes — kvm-pilot is listed on the Official MCP Registry, alongside Glama.
- How many versions does kvm-pilot have?
- MCP Toplist tracks 13 versions of kvm-pilot, most recently published on Aug 30, 2026.
- Where can I find the source code for kvm-pilot?
- The source code for kvm-pilot is hosted at github.com/DustinTrap/kvm-pilot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.