Productivity|Development|AI / ML|SecurityRust

microsandbox

local-first and programmable sandboxes for AI agents

Free
N/A rating (0 reviews)0 installs5,285 GitHub stars
AIsandboxVM

Microsandbox spins up lightweight VMs in milliseconds from our SDKs. Runs locally on your machine. No server to set up. No lingering daemon. It is all embedded and rootless!

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "microsandbox": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-microsandbox"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.