.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/0x4m4/hexstrike-ai
home/mcp-servers/0x4m4/hexstrike-ai
0x4m4 avatar

hexstrike-ai

by0x4m4· 1 MCP server

Stars

10k

Forks

2.2k

Category

Security

View on GitHub

TL;DR

Advanced AI-powered penetration testing MCP framework with 150+ security tools and 12+ autonomous AI agents

How to install hexstrike-ai?

0x4m4/hexstrike-ai
$git clone https://github.com/0x4m4/hexstrike-ai

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install hexstrike-ai by running `git clone https://github.com/0x4m4/hexstrike-ai`, then use it for the current task and follow its documentation at https://github.com/0x4m4/hexstrike-ai.

Files · 1

View on GitHub
README.md
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[![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/)
9[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
10[![Security](https://img.shields.io/badge/Security-Penetration%20Testing-red.svg)](https://github.com/0x4m4/hexstrike-ai)
11[![MCP](https://img.shields.io/badge/MCP-Compatible-purple.svg)](https://github.com/0x4m4/hexstrike-ai)
12[![Version](https://img.shields.io/badge/Version-6.0.0-orange.svg)](https://github.com/0x4m4/hexstrike-ai/releases)
13[![Tools](https://img.shields.io/badge/Security%20Tools-150%2B-brightgreen.svg)](https://github.com/0x4m4/hexstrike-ai)
14[![Agents](https://img.shields.io/badge/AI%20Agents-12%2B-purple.svg)](https://github.com/0x4m4/hexstrike-ai)
15[![Stars](https://img.shields.io/github/stars/0x4m4/hexstrike-ai?style=social)](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 &nbsp;&nbsp;
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 
47HexStrike 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}}}%%
61graph 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 
1031. **AI Agent Connection** - Claude, GPT, or other MCP-compatible agents connect via FastMCP protocol
1042. **Intelligent Analysis** - Decision engine analyzes targets and selects optimal testing strategies
1053. **Autonomous Execution** - AI agents execute comprehensive security assessments
1064. **

Preview

0x4m4/hexstrike-ai0x4m4/hexstrike-ai

# HexStrike AI MCP Agents v6.0

### AI-Powered MCP Cybersecurity Automation Platform

Repo0x4m4/hexstrike-ai
TypeMCP Servers
CategorySecurity
UpdatedApr 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCP0x4m4ai

Related

6 picks
Type
  1. cisco-ai-defense avatarmcp-scannerA tool to scan MCP servers and tools for security findingsMCP ServersJul 2026124k994
  2. hashgraph-online avatarhol-guardOpen-source antivirus and runtime protection for AI agents, tools, MCP servers, plugins, skills, and package installs.MCP ServersJul 202664k419
  3. snyk avataragent-scanAgent supply chain security scanner.MCP ServersJul 202659k2.8k
  4. crowdstrike avatarfalcon-mcpConnects AI agents with CrowdStrike Falcon for security analysis and automation.MCP ServersJul 202623k226
  5. mcp-auth avatarpythonPlug-and-play auth for Python MCP servers.MCP ServersAug 202520k58
  6. auth0 avatarauth0-mcp-serverAuth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural languageMCP ServersJul 202616k112