Back to Apps

Bouvet
by vrn21
Secure, isolated code execution sandboxes using Firecracker microVMs for AI agents.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Bouvet provides AI agents with a high-security environment to execute untrusted code. It leverages Firecracker microVMs to ensure hardware-level isolation, spinning up lightweight Linux environments in under 200ms. This prevents code leaks and protects the host system from malicious or buggy agent-generated scripts.
Tools
create_sandbox: Provisions a new isolated microVM sandbox.destroy_sandbox: Terminates a sandbox and cleans up 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 arbitrary shell commands.read_file: Reads the contents of a file inside the sandbox.write_file: Writes content to a file within the sandbox.list_directory: Lists the contents of a directory in the sandbox.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bouvet": {
"command": "bouvet-mcp"
}
}
}
Supported hosts
- Claude
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add bouvet-mcp to your MCP settings in Cursor.Claude Desktop
{
"mcpServers": {
"bouvet": {
"command": "bouvet-mcp"
}
}
}





