MCP server for using the REMnux malware analysis toolkit via AI assistants
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"remnux": {
"args": [
"@remnux/mcp-server",
"--mode=docker",
"--container=remnux"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for using the REMnux malware analysis toolkit via AI assistants.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @remnux/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Remnux Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for using the REMnux malware analysis toolkit via AI assistants.
This server enables AI assistants (Claude Code, OpenCode, Cursor, etc.) to execute malware analysis tools on a REMnux system. It supports three deployment scenarios:
Beyond raw command execution, the server encodes malware analysis domain expertise:
suggest_tools) and retrieves usage flags for any installed tool (get_tool_help)analyze_file) with structured output and IOC extractionFor additional tool documentation, you can optionally enable the REMnux docs MCP server.
Three deployment scenarios are supported depending on where the MCP server and AI assistant run.
The MCP server runs on the analyst's workstation and connects to a separate REMnux system over Docker exec or SSH.
+--------------------------------------------------------------------+
| Analyst's Machine |
| |
| +----------------+ +--------------------------------------+ |
| | AI Assistant |---->| remnux-mcp-server (npm package) | |
| | (Claude Code, | MCP | | |
| | Cursor, etc) | | - Blocked command patterns | |
| +----------------+ | - Dangerous pipe blocking | |
| | - Path sandboxing (opt-in) | |
| +------|-------------------------------+ |
| | |
| +-----------+----------+ |
| v v |
| +--------------+ +--------------+ |
| | Docker Exec | | SSH | |
| | (container) | | (VM) | |
| +------+-------+ +------+-------+ |
| | | |
+-------------------|---------------------|---------------------------+
v v
+-----------+ +-----------+
| REMnux | | REMnux |
| Container | | VM |
+-----------+ +-----------+
The AI assistant and MCP server both run on the REMnux system. The server uses the Local connector with stdio transport — no network, no Docker exec, no SSH. This is the simplest setup.
+-------------------------------+
| REMnux (VM or bare metal) |
| |
| +----------------+ |
| | AI Assistant | |
| | (Claude Code, | stdio |
| | OpenCode) +--------+ |
| +----------------+ | |
| v |
| +-------------------------+ |
| | remnux-mcp-server | |
| | --mode=local (default) | |
| | | |
| | - Local connector | |
| | - Security layers | |
| +-------------------------+ |
| |
| REMnux tools (native) |
+-------------------------------+
The MCP serv