complete-mitre-attack-mcp-server
Verified Safeby imouiche
Overview
Provides AI-native access to the MITRE ATT&CK framework, enabling LLMs and agentic systems to query, reason over, and visualize threat intelligence.
Installation
npx @imouiche/mitre-attack-mcp-serverEnvironment Variables
- MITRE_MCP_DATA_DIR
Security Notes
The server primarily leverages the official `mitreattack-python` library for data handling, which is a strong security practice. STIX data downloads include hash verification for integrity. Input parameters to MCP tools are standard types (strings, booleans, integers) and are processed internally by the trusted `mitreattack-python` library without apparent direct arbitrary code execution or shell command injection vulnerabilities. No hardcoded secrets or malicious patterns were identified. Network risks are limited to the secure download of MITRE ATT&CK data.
Similar Servers
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
atomic-red-team-mcp
An MCP server providing tools to search, validate, refresh, and optionally execute Atomic Red Team security tests for threat emulation and security development.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
mcp-zap-server
Orchestrates OWASP ZAP security scanning actions (spider, active scan, OpenAPI import, reporting) via the Model Context Protocol, enabling AI agents like Claude Desktop or Cursor to perform security testing.