Query and retrieve information about various adversarial tactics and techniques used in cyber atta…
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Alex Llm Attack Mcp Server.
technique_idCallable MCP tool function
tech_nameCallable MCP tool function
resultsCallable MCP tool function
This project is an MCP (Model Context Protocol) server for querying ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) techniques and tactics. It provides a way to access and retrieve information about various attack techniques and tactics used by adversaries.
The server provides the following tools:
technique_id (string, optional): The ID of the technique to query.tech_name (string, optional): The name (or partial name) of the technique to query. 支持名称模糊搜索。{ "results": [...], "count": N } 的字典,其中 results 为匹配技术完整数据列表。
technique_id (string, optional): 要查询的技术ID。tech_name (string, optional): 技术名称关键字,支持模糊匹配。technique_id (string, required): 要查询的技术IDtechnique_id (string, required): 要查询的技术IDTo use this MCP server, you need to have an MCP client configured to connect to it. Once connected, you can use the provided tools to query ATT&CK techniques and tactics.
ATTACK_MCP_MODE=stdio),适用于 Smithery、Cursor 等支持本地 MCP stdio 的客户端。使用 CLI 参数切换模式:
或通过环境变量控制:
运行后服务以 streamable HTTP 方式暴露,可在客户端配置服务类型为 "http",地址如 http://127.0.0.1:8081/mcp。
远程部署(如 Smithery Cloud)通常会提供 PORT 或 MCP_TRANSPORT 环境变量,可直接运行 python main.py 即使用 HTTP。对于值为 streaming、streamable、streamable-http、streamable HTTP transport 或 stdioNotSupported 等新枚举的运行环境,程序会自动回退到 HTTP 模式,无需额外配置。
Smithery 等容器平台会通过 PORT(默认为 8081)告知监听端口;程序会自动读取该值并监听在 0.0.0.0:$PORT。
工具名称:query_technique、search_technique_full、query_mitigations、query_detections、list_tactics、server_info
参数示例:
search_technique_full 获取技术的完整详细信息:
具体的客户端配置方式请参考您的 MCP 客户端文档,将上述服务地址和工具名称填入对应位置即可。
pip install -r requirements.txt.ATT&CK is a curated knowledge base and model for cyber adversary behavior, reflecting the various phases of an adversary's attack lifecycle and the platforms they are known to target. ATT&CK is useful for understanding security risks against any specific technology or organization.
如有问题请联系维护者。
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alex-llm-attack-mcp-server)<a href="https://allmcps.com/mcp/alex-llm-attack-mcp-server"><img src="https://allmcps.com/api/badge/alex-llm-attack-mcp-server?style=directory" alt="Alex Llm Attack Mcp Server on AllMCPs" /></a>