h4cker (MCP Server)

GitHub

This repository is maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking, bug bounties, digital forensics and incident response (DFIR), AI security, vulnerability research, exploit development, reverse engineering, and more. ๐Ÿ”ฅ Also check: https://hackertraining.org

Claude Desktop Configuration

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

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