crucible

Adamkadaban/crucible
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Linux-hosted MCP server for provisioning and controlling isolated Windows VMs for malware analysis and debugging.
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": {
    "crucible": {
      "command": "npx",
      "args": [
        "-y",
        "Adamkadaban/crucible"
      ]
    }
  }
}

README Excerpt

<h1 align="center">crucible</h1> <p align="center"> Build, snapshot, and control isolated Windows analysis VMs from Linux MCP agents. </p> <p align="center"> <a href="./LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-blue"></a> <img alt="Node" src="https://img.shields.io/badge/node-%3E%3D22.12.0-339933">