package.json•656 B
{
"name": "malwareanalyzermcp",
"version": "1.0.0",
"description": "A specialized MCP server for Claude Desktop that allows executing terminal commands for malware analysis.",
"main": "index.js",
"type": "module",
"bin": {
"malwareanalyzermcp": "index.js"
},
"scripts": {
"start": "node index.js",
"debug": "node loader.js"
},
"keywords": [
"mcp",
"claude",
"malware",
"analysis",
"terminal"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"zod": "^3.24.3",
"zod-to-json-schema": "^3.24.5"
},
"engines": {
"node": ">=18.0.0"
}
}