MCP Catalogs
Home

hexstrike-ai

by 0x4m4·8,764·Score 58

HexStrike AI is an advanced MCP server that lets AI agents autonomously run 150+ cybersecurity tools for pentesting and security research.

securitydeveloper-toolsai-llm
1,893
Forks
80
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

HexStrike AI v6.0 is a comprehensive cybersecurity automation platform that bridges AI agents with offensive security capabilities. It features a multi-agent architecture with intelligent decision-making, 12+ autonomous AI agents, and 150+ professional security tools. The system supports multiple AI clients including Claude Desktop, VS Code Copilot, Cursor, and others through the MCP protocol, enabling automated vulnerability discovery, bug bounty automation, and security research.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automated penetration testing with AI agents selecting optimal tools and strategies
you:Bug bounty automation by combining multiple security tools with intelligent analysis
you:Security research with AI agents discovering and documenting vulnerabilities
you:What AI clients are supported?
you:How many security tools are included?

When to choose this

Choose HexStrike AI if you need to integrate AI agents with offensive security capabilities, automate penetration testing workflows, or enhance bug bounty operations with intelligent tool selection.

When NOT to choose this

Avoid this if you're looking for defensive security tools, need integration with non-Python environments, or require support for compliance frameworks rather than offensive security testing.

Tools this server exposes

12 tools extracted from the README
  • nmap

    Advanced port scanning with custom NSE scripts and service detection

  • sqlmap

    Advanced automatic SQL injection testing with tamper scripts

  • nuclei

    Fast vulnerability scanner with 4000+ templates

  • subfinder

    Fast passive subdomain discovery with multiple sources

  • nikto

    Web server vulnerability scanner with comprehensive checks

  • hashcat

    World's fastest password recovery tool with GPU acceleration

  • wpscan

    WordPress security scanner with vulnerability database

  • gobuster

    Directory, file, and DNS enumeration with intelligent wordlists

  • dalfox

    Advanced XSS vulnerability scanning with DOM analysis

  • masscan

    High-speed Internet-scale port scanning with banner grabbing

  • amass

    Advanced subdomain enumeration and OSINT gathering

  • ghidra

    NSA's software reverse engineering suite with headless analysis

Comparable tools

metasploit-mcpnuclei-mcpsecurity-mcp

Installation

Installation

# 1. Clone the repository
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai

# 2. Create virtual environment
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate  # Linux/Mac
# hexstrike-env\Scripts\activate   # Windows

# 3. Install Python dependencies
pip3 install -r requirements.txt

# 4. Start the server
python3 hexstrike_server.py

Claude Desktop Integration

Edit ~/.config/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "hexstrike-ai": {
      "command": "python3",
      "args": [
        "/path/to/hexstrike-ai/hexstrike_mcp.py",
        "--server",
        "http://localhost:8888"
      ],
      "description": "HexStrike AI v6.0 - Advanced Cybersecurity Automation Platform",
      "timeout": 300,
      "disabled": false
    }
  }
}

FAQ

What AI clients are supported?
HexStrike AI supports Claude Desktop, VS Code Copilot, Cursor, Roo Code, and other MCP-compatible agents.
How many security tools are included?
The platform includes 150+ professional security tools across categories like network scanning, web application testing, password cracking, binary analysis, and cloud security.

Compare hexstrike-ai with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.