multiBunPass

borisBarac/multiBunPass
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
Multipass is great, but the friction is real. MultiBunPass makes it effortless. Get isolated, Bun-preinstalled Ubuntu VMs in seconds—designed for rapid dev and AI workflows. * AI-Ready: MCP server support for LLM sandboxing. * Instant: Bun installed and folder sync active. * Interfaces: CLI, SDK, and MCP. * Reliable: Smart exec and TCP streaming.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "multibunpass": {
      "command": "npx",
      "args": [
        "-y",
        "borisBarac/multiBunPass"
      ]
    }
  }
}