SuryaTeja-N/vulnerability-hunter
a tool designed to identify remotely exploitable vulnerabilities using large language models (LLMs) and static code analysis. It leverages LLMs to automatically create and analyze entire code call chains from remote user input to server output, detecting complex, multi-step vulnerabilities.
Platform-specific configuration:
{
"mcpServers": {
"vulnerability-hunter": {
"command": "npx",
"args": [
"-y",
"vulnerability-hunter"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...