About Docker Vm MCP
Docker Vm MCP is an MCP server in the Developer Tools category. It has been installed 0 times through Conduid.
Tools (11)
vm_createCreate + start a new VM. Params: `name`, `cpus`, `memoryMb`, `sshPort`, `sshUser`, `sshPublicKey`. Returns the SSH command and generated password.
Takes no parameters.
vm_deletePermanently delete a VM (and its disk volume, unless `removeVolume=false`).
Takes no parameters.
vm_execRun a shell command inside a VM directly via Docker (no SSH needed).
Takes no parameters.
vm_listList all managed VMs with status and SSH port.
Takes no parameters.
vm_logsTail a VM's console/system log output.
Takes no parameters.
vm_restartReboot a VM.
Takes no parameters.
vm_set_passwordSet or regenerate a VM's SSH password (also resyncs `vm_ssh_info` after a manual password change).
Takes no parameters.
vm_ssh_infoGet the SSH command, host, port, user, and password for a VM.
Takes no parameters.
vm_startStart a stopped VM.
Takes no parameters.
vm_statsLive CPU % / memory usage for a running VM.
Takes no parameters.
vm_stopStop a running VM (disk is preserved).
Takes no parameters.
Install
git clone https://github.com/suvenkat79/docker-vm-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Docker Vm MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.