This MCP server provides a way to query ATT&CK techniques and tactics, allowing users to access detailed information about various attack methods used by adversaries.
From the registry: Query and retrieve information about various adversarial tactics and techniques used in cyber atta…
$ git clone https://github.com/alex-llm/attAck-mcp-server$ pip install -r requirements.txtPlease install the `alex-llm-attack-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone repository** — Clone from GitHub Run: `git clone https://github.com/alex-llm/attAck-mcp-server`
- **Install Python dependencies** — Install from requirements.txt Run: `pip install -r requirements.txt`
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["main.py"]
- optional environment variables:
- `ATTACK_MCP_MODE`: stdio (default) or http (example: `stdio`)
- `ATTACK_MCP_PORT`: HTTP port when running in http mode (example: `8081`)
Note: Requires enterprise-attack.json dataset in project root. Alternative HTTP mode: python main.py --mode http --host 127.0.0.1 --port 8081.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ATTACK_MCP_MODErequiredSpecifies the mode of the MCP server (e.g., stdio or http).ATTACK_MCP_HOSTSpecifies the host for the MCP server (default is 0.0.0.0).ATTACK_MCP_PORTSpecifies the port for the MCP server (default is 8081).ATTACK_MCP_LOG_LEVELSpecifies the logging level for the MCP server (default is info).Dead code, security, secrets detection and code quality for Python, TypeScript, Go.