Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ASMHunter in other clients