Procedure
Install Vagrant and VirtualBox
Install Oracle VirtualBox and HashiCorp Vagrant for your OS, then verify with vagrant and VBoxManage version commands.
Install VirtualBox from https://www.virtualbox.org/wiki/Downloads (or br
Install VirtualBox from https://www.virtualbox.org/wiki/Downloads (or brew install --cask virtualbox on macOS; package manager packages on Linux; Windows installer or winget install Oracle.VirtualBox). On Apple Silicon, note VirtualBox support limitations and prefer an alternative provider if needed.
Install Vagrant per https://developer.hashicorp.com/vagrant/install . ma
Install Vagrant per https://developer.hashicorp.com/vagrant/install . macOS: brew tap hashicorp/tap && brew install hashicorp/tap/hashicorp-vagrant . Windows: download the installer from that page or use a HashiCorp package if available. Linux: use the HashiCorp apt/yum repo from that page to install the vagrant package (elevated as needed).
vagrant --version && VBoxManage --version
vagrant --version && VBoxManage --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.