amass

GitHub

In-depth attack surface mapping and asset discovery

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "amass": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-amass"
      ]
    }
  }
}