ASMHunter for Cursor
app.asmhunter/asmhunter-mcp
Drive ASMHunter attack-surface monitoring from an AI agent: recon, scans, findings, reports.
client:Cursor
transport:stdio
runtime:pypi
Install ASMHunter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"asmhunter-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"asmhunter-mcp"
],
"env": {
"ASMHUNTER_TOKEN": "<ASMHUNTER_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs