M
Malware Analyzer
Provides specialized terminal access to common malware analysis tools like 'strings', 'file', 'hexdump', and 'objdump' with parameter validation and timeout han
Share:
About
Provides specialized terminal access to common malware analysis tools like 'strings', 'file', 'hexdump', and 'objdump' with parameter validation and timeout handling for security researchers analyzing suspicious files.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Malware Analyzer
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"malware-analyzer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-malware-analyzer"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"malware-analyzer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-malware-analyzer"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"malware-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-malware-analyzer"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.