$git clone https://github.com/0x4m4/hexstrike-aiAdvanced AI-powered penetration testing MCP framework with 150+ security tools and 12+ autonomous AI agents
| 1 | <div align="center"> |
| 2 | |
| 3 | <img src="assets/hexstrike-logo.png" alt="HexStrike AI Logo" width="220" style="margin-bottom: 20px;"/> |
| 4 | |
| 5 | # HexStrike AI MCP Agents v6.0 |
| 6 | ### AI-Powered MCP Cybersecurity Automation Platform |
| 7 | |
| 8 | [](https://www.python.org/) |
| 9 | [](LICENSE) |
| 10 | [](https://github.com/0x4m4/hexstrike-ai) |
| 11 | [](https://github.com/0x4m4/hexstrike-ai) |
| 12 | [](https://github.com/0x4m4/hexstrike-ai/releases) |
| 13 | [](https://github.com/0x4m4/hexstrike-ai) |
| 14 | [](https://github.com/0x4m4/hexstrike-ai) |
| 15 | [](https://github.com/0x4m4/hexstrike-ai) |
| 16 | |
| 17 | **Advanced AI-powered penetration testing MCP framework with 150+ security tools and 12+ autonomous AI agents** |
| 18 | |
| 19 | [📋 What's New](#whats-new-in-v60) • [🏗️ Architecture](#architecture-overview) • [🚀 Installation](#installation) • [🛠️ Features](#features) • [🤖 AI Agents](#ai-agents) • [📡 API Reference](#api-reference) |
| 20 | |
| 21 | </div> |
| 22 | |
| 23 | --- |
| 24 | |
| 25 | <div align="center"> |
| 26 | |
| 27 | ## Follow Our Social Accounts |
| 28 | |
| 29 | <p align="center"> |
| 30 | <a href="https://discord.gg/BWnmrrSHbA"> |
| 31 | <img src="https://img.shields.io/badge/Discord-Join-7289DA?logo=discord&logoColor=white&style=for-the-badge" alt="Join our Discord" /> |
| 32 | </a> |
| 33 | |
| 34 | <a href="https://www.linkedin.com/company/hexstrike-ai"> |
| 35 | <img src="https://img.shields.io/badge/LinkedIn-Follow%20us-0A66C2?logo=linkedin&logoColor=white&style=for-the-badge" alt="Follow us on LinkedIn" /> |
| 36 | </a> |
| 37 | </p> |
| 38 | |
| 39 | |
| 40 | |
| 41 | </div> |
| 42 | |
| 43 | --- |
| 44 | |
| 45 | ## Architecture Overview |
| 46 | |
| 47 | HexStrike AI MCP v6.0 features a multi-agent architecture with autonomous AI agents, intelligent decision-making, and vulnerability intelligence. |
| 48 | |
| 49 | ```mermaid |
| 50 | %%{init: {"themeVariables": { |
| 51 | "primaryColor": "#b71c1c", |
| 52 | "secondaryColor": "#ff5252", |
| 53 | "tertiaryColor": "#ff8a80", |
| 54 | "background": "#2d0000", |
| 55 | "edgeLabelBackground":"#b71c1c", |
| 56 | "fontFamily": "monospace", |
| 57 | "fontSize": "16px", |
| 58 | "fontColor": "#fffde7", |
| 59 | "nodeTextColor": "#fffde7" |
| 60 | }}}%% |
| 61 | graph TD |
| 62 | A[AI Agent - Claude/GPT/Copilot] -->|MCP Protocol| B[HexStrike MCP Server v6.0] |
| 63 | |
| 64 | B --> C[Intelligent Decision Engine] |
| 65 | B --> D[12+ Autonomous AI Agents] |
| 66 | B --> E[Modern Visual Engine] |
| 67 | |
| 68 | C --> F[Tool Selection AI] |
| 69 | C --> G[Parameter Optimization] |
| 70 | C --> H[Attack Chain Discovery] |
| 71 | |
| 72 | D --> I[BugBounty Agent] |
| 73 | D --> J[CTF Solver Agent] |
| 74 | D --> K[CVE Intelligence Agent] |
| 75 | D --> L[Exploit Generator Agent] |
| 76 | |
| 77 | E --> M[Real-time Dashboards] |
| 78 | E --> N[Progress Visualization] |
| 79 | E --> O[Vulnerability Cards] |
| 80 | |
| 81 | B --> P[150+ Security Tools] |
| 82 | P --> Q[Network Tools - 25+] |
| 83 | P --> R[Web App Tools - 40+] |
| 84 | P --> S[Cloud Tools - 20+] |
| 85 | P --> T[Binary Tools - 25+] |
| 86 | P --> U[CTF Tools - 20+] |
| 87 | P --> V[OSINT Tools - 20+] |
| 88 | |
| 89 | B --> W[Advanced Process Management] |
| 90 | W --> X[Smart Caching] |
| 91 | W --> Y[Resource Optimization] |
| 92 | W --> Z[Error Recovery] |
| 93 | |
| 94 | style A fill:#b71c1c,stroke:#ff5252,stroke-width:3px,color:#fffde7 |
| 95 | style B fill:#ff5252,stroke:#b71c1c,stroke-width:4px,color:#fffde7 |
| 96 | style C fill:#ff8a80,stroke:#b71c1c,stroke-width:2px,color:#fffde7 |
| 97 | style D fill:#ff8a80,stroke:#b71c1c,stroke-width:2px,color:#fffde7 |
| 98 | style E fill:#ff8a80,stroke:#b71c1c,stroke-width:2px,color:#fffde7 |
| 99 | ``` |
| 100 | |
| 101 | ### How It Works |
| 102 | |
| 103 | 1. **AI Agent Connection** - Claude, GPT, or other MCP-compatible agents connect via FastMCP protocol |
| 104 | 2. **Intelligent Analysis** - Decision engine analyzes targets and selects optimal testing strategies |
| 105 | 3. **Autonomous Execution** - AI agents execute comprehensive security assessments |
| 106 | 4. ** |