
Bouvet
by vrn21
Isolated code execution sandboxes for AI agents using Firecracker microVMs.
What it does
Bouvet provides a secure, hardware-level isolated environment for AI agents to execute untrusted code. By utilizing Firecracker microVMs, it spins up lightweight Linux environments in ~200ms, ensuring that code execution is completely separate from the host kernel, filesystem, and network.
Tools
create_sandbox: Provisions a new isolated microVM sandbox.destroy_sandbox: Terminates a sandbox and releases its resources.list_sandboxes: Retrieves a list of all currently active sandboxes.execute_code: Runs Python, Node.js, or Bash code within a sandbox.run_command: Executes shell commands in the isolated environment.read_file: Reads content from a file inside the sandbox.write_file: Writes content to a file inside the sandbox.list_directory: Lists the contents of a directory within the sandbox.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bouvet": {
"command": "bouvet-mcp"
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
cargo install bouvet-mcpInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






