Query and retrieve information about various adversarial tactics and techniques used in cyber atta…
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ATTACK_MCP_MODE— 程序会自动选择 stdio 模式(默认或 =stdio),适用于 Smithery、Cursor 等支持本地 MCP stdio 的客户端。TRANSPORTMCP_TRANSPORT— 远程部署(如 Smithery Cloud)通常会提供 PORT 或 环境变量,可直接运行 python main.py 即使用 HTTP。对于值为 streaming、streamable、streamable-http、streamable HTTP transport 或 stdioNotSupported 等新枚举的运行环境,程序会自动回退到 HTTP 模式,无需额外配置。ATTACK_MCP_PORT— export =8081 # 可选,默认 8081 或 $PORTPORT— export ATTACK_MCP_PORT=8081 # 可选,默认 8081 或 $SMITHERY_PORTATTACK_MCP_HOST— export =0.0.0.0 # 可选,默认 0.0.0.0 或 $HOSTHOST— export ATTACK_MCP_HOST=0.0.0.0 # 可选,默认 0.0.0.0 或 $ATTACK_MCP_LOG_LEVEL— export =info # 可选,默认 info[](https://m8ven.ai/mcp/alex-llm-attack-mcp-server-1ml9a8)