Manages Windows Sandbox instances through the Model-View-Controller (MCP) protocol on Windows 11 24H2 and later.
Sponsored
Windows Sandbox provides a powerful way to interact with Windows Sandbox instances programmatically via the Model-View-Controller (MCP) protocol. Designed for Windows 11 24H2 and newer, this experimental .NET tool allows AI clients like Claude Desktop and VS Code to automate tasks such as starting and stopping sandboxes, executing commands, configuring shared folders, and monitoring session status, leveraging the native `wsb.exe` CLI. It facilitates isolated environment management for various development and testing scenarios.
주요 기능
01Sandbox Lifecycle Management (start/stop)
02Host directory sharing with the sandbox
03Command and script execution within the sandbox
041 GitHub stars
05Monitoring of sandbox session status
06Retrieval of network configuration and IP addresses
사용 사례
01Automating Windows Sandbox setup and tear-down through AI clients
02Executing applications or scripts in an isolated environment programmatically
03Facilitating development and testing within temporary, secure Windows instances