@remnux/mcp-server
Freeby MCP Community
MCP server for using the REMnux malware analysis toolkit via AI assistants
v0.1.41Added Apr 12, 2026
mcpmodel-context-protocolremnuxmalware-analysisreverse-engineering
@remnux/mcp-server MCP Server
MCP server for using the REMnux malware analysis toolkit via AI assistants
Installation
Reviews
Installation
Quick install
npx -y @remnux/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@remnux/mcp-server": {
"command": "npx",
"args": ["-y", "@remnux/mcp-server"]
}
}
}