Back to Home
Montimage icon

mitre-mcp

Verified Safe

by Montimage

Overview

A production-ready Model Context Protocol (MCP) server that exposes the MITRE ATT&CK® framework to LLMs, AI assistants, and automation workflows.

Installation

Run Command
mitre-mcp --http

Environment Variables

  • MITRE_ENTERPRISE_URL
  • MITRE_MOBILE_URL
  • MITRE_ICS_URL
  • MITRE_DATA_DIR
  • MITRE_DOWNLOAD_TIMEOUT
  • MITRE_CACHE_EXPIRY_DAYS
  • MITRE_REQUIRED_SPACE_MB
  • MITRE_DEFAULT_PAGE_SIZE
  • MITRE_MAX_PAGE_SIZE
  • MITRE_MAX_DESC_LENGTH
  • MITRE_LOG_LEVEL
  • MITRE_HTTP_HOST
  • MITRE_HTTP_PORT
  • MITRE_ENABLE_CORS
  • MITRE_CORS_ORIGINS

Security Notes

The project exhibits a strong focus on security: robust input validation is implemented (regex for technique IDs, length limits, character checks, domain validation) to prevent common vulnerabilities. Automated security tools (Bandit, Safety, CodeQL) are integrated into the CI/CD pipeline for continuous scanning. Best practices, such as discouraging hardcoded API keys and using HTTPS for external requests, are documented. The HTTP server defaults to binding on `localhost:8000`, with explicit warnings against public exposure without a proper reverse proxy and authentication. CORS settings are configurable. No obvious malicious patterns like `eval` or uncontrolled code execution were found.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens750
Stars6
Forks0
Last Update2025-11-26

Tags

CybersecurityThreat IntelligenceMITRE ATT&CKLLM IntegrationAPI ServerPython