hexstrike-ai
HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly bridge LLMs with real-world offensive security capabilities.
claude mcp add --transport stdio 0x4m4-hexstrike-ai python hexstrike_server.py
How to use
HexStrike AI MCP Agents v6.0 is an AI-powered cybersecurity automation platform that runs as an MCP server and orchestrates 150+ security tools across multiple AI agents. The server exposes an API for health checks and intelligence analysis, and is designed to integrate with various MCP-compatible AI clients (e.g., Claude Desktop, VS Code Copilot, and other MCP agents). To get started, clone the repository and run the Python server locally; the server will start on the configured port (default 8888) unless overridden. You can then connect your MCP client to http://localhost:8888 and use endpoints such as /health and /api/intelligence/analyze-target to perform targeted security analyses. The platform coordinates an Intelligent Decision Engine, 12+ autonomous AI agents, and a modern visual engine to produce dashboards, progress visualization, and vulnerability cards.
How to install
Prerequisites
- Python 3.8 or newer
- Git
- (Optional) Python virtual environment tools (venv)
Installation steps
- Clone the repository
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
- Create and activate a virtual environment
- Linux/macOS
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate
- Windows
python -m venv hexstrike-env
.
hexstrike-env\Scripts\activate
- Install Python dependencies
pip install -r requirements.txt
- Run the MCP server
python3 hexstrike_server.py
- Optional: run in debug mode or specify a port
python3 hexstrike_server.py --debug
python3 hexstrike_server.py --port 8888
Additional notes
Tips and notes:
- The server exposes health and intelligence endpoints. Use curl to verify:
- Health: curl http://localhost:8888/health
- Intelligence: curl -X POST http://localhost:8888/api/intelligence/analyze-target -H "Content-Type: application/json" -d '{"target": "example.com", "analysis_type": "comprehensive"}'
- Integrations: This MCP server is designed to connect with multiple MCP clients (e.g., Claude Desktop, VS Code Copilot, Roo Code, Cursor). Ensure client configuration points to http://localhost:8888 and uses the same server arguments to invoke hexstrike_server.py.
- If you update configuration or tools, reinstall dependencies or restart the server to apply changes.
- Environment variables can be added under the mcp_config.env section if needed in your deployment environment.
- The project provides a broad toolset across network, web app, cloud, binary, CTF, and OSINT domains; consult the README’s Architecture and Features sections for a full list of tool categories.
Related MCP Servers
ai-guide
程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享大模型选择指南(DeepSeek / GPT / Gemini / Claude)、最新 AI 资讯、Prompt 提示词大全、AI 知识百科(RAG / MCP / A2A)、AI 编程教程、AI 工具用法(Cursor / Claude Code / OpenClaw / TRAE / Lovable / Agent Skills)、AI 开发框架教程(Spring AI / LangChain)、AI 产品变现指南,帮你快速掌握 AI 技术,走在时代前沿。本项目为开源文档版本,已升级为鱼皮 AI 导航网站
cursor-talk-to-figma
TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
sre
The SmythOS Runtime Environment (SRE) is an open-source, cloud-native runtime for agentic AI. Secure, modular, and production-ready, it lets developers build, run, and manage intelligent agents across local, cloud, and edge environments.
CyberStrikeAI
CyberStrikeAI is an AI-native security testing platform built in Go. It integrates 100+ security tools, an intelligent orchestration engine, role-based testing with predefined security roles, a skills system with specialized testing skills, and comprehensive lifecycle management capabilities.
DeepMCPAgent
Model-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.
c4-genai-suite
c4 GenAI Suite