hyperlight (MCP Server)

GitHub

Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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