Husk for Cursor
io.github.husk-security/husk
Local-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configs
client:Cursor
transport:stdio
runtime:npm
Install Husk in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"husk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"husk-sec"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs