ASMHunter for Zed
app.asmhunter/asmhunter-mcp
Drive ASMHunter attack-surface monitoring from an AI agent: recon, scans, findings, reports.
client:Zed
transport:stdio
runtime:pypi
Install ASMHunter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"asmhunter-mcp": {
"command": "uvx",
"args": [
"asmhunter-mcp"
],
"env": {
"ASMHUNTER_TOKEN": "<ASMHUNTER_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs