MCP server for using the REMnux malware analysis toolkit via AI assistants
| Tool name | Description | Destructive? |
|---|---|---|
| run_tool⚠ | ⚠ yes | |
| get_file_info | ✓ no | |
| list_files | ✓ no | |
| extract_archive | ✓ no | |
| upload_from_host | ✓ no |
| download_from_url | ✓ no | |
| download_file | ✓ no | |
| analyze_file | ✓ no | |
| suggest_tools | ✓ no | |
| extract_iocs | ✓ no | |
| get_tool_help | ✓ no | |
| check_tools | ✓ no | |
| get_report_template | ✓ no | |
| get_report_guidance | ✓ no |
{
"mcpServers": {
"remnuxmcp": {
"command": "npx",
"args": [
"-y",
"@remnux/mcp-server"
]
}
}
}