@remnux/mcp-server 0.1.63 → 0.1.65

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-07-14",
3
+ "updated": "2026-08-06",
4
4
  "tools": [
5
5
  {
6
6
  "command": "1768",
@@ -744,6 +744,13 @@
744
744
  "description": "Perform static analysis of suspicious PE files.",
745
745
  "website": "https://github.com/JusticeRage/Manalyze"
746
746
  },
747
+ {
748
+ "command": "mermaid-view",
749
+ "name": "Mermaid Viewer",
750
+ "category": "View or Edit Files",
751
+ "description": "View Mermaid diagrams, such as AI-generated code-analysis workflow diagrams, in a local browser.",
752
+ "website": "https://mermaid.js.org/"
753
+ },
747
754
  {
748
755
  "command": "mitmproxy",
749
756
  "name": "mitmproxy",
@@ -807,6 +814,13 @@
807
814
  "description": "Encrypt and decrypt OOXML Microsoft Office documents.",
808
815
  "website": "https://github.com/herumi/msoffice"
809
816
  },
817
+ {
818
+ "command": "mutool",
819
+ "name": "mutool",
820
+ "category": "Analyze Documents: PDF",
821
+ "description": "Examine, convert, and manipulate PDF files, including extracting embedded streams and repairing malformed documents.",
822
+ "website": "https://mupdf.com"
823
+ },
810
824
  {
811
825
  "command": "myip",
812
826
  "name": "myip",
@@ -1150,6 +1164,13 @@
1150
1164
  "description": "MCP server for using the REMnux malware analysis toolkit via AI assistants.",
1151
1165
  "website": "https://github.com/REMnux/remnux-mcp-server"
1152
1166
  },
1167
+ {
1168
+ "command": "restrict-egress",
1169
+ "name": "restrict-egress",
1170
+ "category": "General Utilities",
1171
+ "description": "Restrict outbound network access to an allowlist of domains and CIDRs using an nftables default-deny egress policy. It installs a persistent, self-refreshing lockdown on a VM or host, or enforces a one-shot lockdown inside a container with the apply command.",
1172
+ "website": "https://github.com/REMnux/distro/blob/master/files/restrict-egress"
1173
+ },
1153
1174
  {
1154
1175
  "command": "rhino-debugger",
1155
1176
  "name": "Rhino Debugger",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnux/mcp-server",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
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",