AI-powered MCP server for dynamic malware analysis with Frida instrumentation, session-based debugging, and 46+ security tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nexuscore_mcp": {
"command": "cargo",
"args": [
"run",
"--",
"Nexuscore_MCP"
]
}
}
}
Run in terminal:
claude mcp add nexuscore_mcp cargo run -- Nexuscore_MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"nexuscore_mcp": {
"command": "cargo",
"args": [
"run",
"--",
"Nexuscore_MCP"
]
}
}
}