Security
HexStrike AI
HexStrike AI is a widely starred MCP bridge for autonomous security testing workflows. Agents connect to a local HexStrike server to orchestrate a large suite of security tools—intended for authorized testing environments only.
Stars
10.3k
Installs
80.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 10.3k · catalog
- Freshness: Updated 2026-06-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Python 3 + pip
Reference command
{
"mcpServers": {
"hexstrike-ai": {
"command": "python3",
"args": [
"<path-to-hexstrike-ai>/hexstrike_mcp.py",
"--server",
"http://localhost:8888"
]
}
}
}