Skip to content
Zed

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

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

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

ASMHunter in other clients