@remnux/mcp-server 0.1.51 → 0.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "updated": "2026-06-23",
3
+ "updated": "2026-06-26",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -163,13 +163,6 @@
163
163
  "description": "Detect suspicious capabilities in PE files.",
164
164
  "website": "https://github.com/mandiant/capa"
165
165
  },
166
- {
167
- "command": "cast",
168
- "name": "Cast",
169
- "category": "General Utilities",
170
- "description": "Install and manage SaltStack-based Linux distributions, including REMnux.",
171
- "website": "https://github.com/ekristen/cast"
172
- },
173
166
  {
174
167
  "command": "cfr",
175
168
  "name": "cfr",
@@ -1493,6 +1486,13 @@
1493
1486
  "description": "Hex editor.",
1494
1487
  "website": "https://sourceforge.net/projects/wxhexeditor/"
1495
1488
  },
1489
+ {
1490
+ "command": "x64dbg-automate-mcp",
1491
+ "name": "x64dbg Automate MCP (OpenCode skills)",
1492
+ "category": "Use Artificial Intelligence",
1493
+ "description": "Drive x64dbg on a remote Windows VM from OpenCode on REMnux, with eight AI commands for tracing, unpacking, state snapshots, decompiling, YARA scanning, and vulnerability hunting.",
1494
+ "website": "https://github.com/REMnux/x64dbg-skills-opencode"
1495
+ },
1496
1496
  {
1497
1497
  "command": "xlmmacrodeobfuscator",
1498
1498
  "name": "XLMMacroDeobfuscator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "packageManager": "pnpm@10.33.0",
5
5
  "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants",
6
6
  "type": "module",