hexstrike-ai
HexStrike AI MCP Agents is an advanced MCP server enabling AI agents to autonomously run over 150 cybersecurity tools.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 9.9k
- Source
- mcp-github
- Repository
- github.com/0x4m4/hexstrike-ai
Overview
HexStrike AI MCP Agents is an advanced MCP server that allows AI agents (such as Claude, GPT, Copilot, etc.) to autonomously execute over 150 cybersecurity tools for automated penetration testing, vulnerability discovery, bounty automation, and security research. It seamlessly connects large language models with actual offensive security capabilities. The system uses an intelligent decision engine to select optimal testing strategies and enables AI agents to perform comprehensive security assessments. The system dynamically adjusts based on results and discovered vulnerabilities, providing visual outputs and risk analysis reports.
Capabilities
- ▪Automated penetration testing
- ▪Vulnerability discovery
- ▪Bounty automation
- ▪Security research
- ▪Intelligent decision engine
- ▪Over 150 security tools
Use cases
Setup
1. Clone the repository: `git clone https://github.com/0x4m4/hexstrike-ai.git`; 2. Create a virtual environment: `python3 -m venv hexstrike-env`; 3. Activate the virtual environment: `source hexstrike-env/bin/activate` (Linux/Mac) or `hexstrike-env\Scripts\activate` (Windows); 4. Install dependencies: `pip3 install -r requirements.txt`.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Which AI clients are supported?
Supports MCP-compatible agents such as VS Code Copilot, Roo Code, Cursor, Claude Desktop, and others.
How do I install core security tools?
Install core tools using commands, for example: `nmap masscan rustscan amass subfinder nuclei fierce dnsenum`.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.