Skip to content
Cursor

mitre attack mcp server for Cursor

io.github.imouiche/mitre-attack-mcp-server

MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations

client:Cursor transport:stdio runtime:npm

Install mitre attack mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mitre-attack-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@imouiche/mitre-attack-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mitre attack mcp server in other clients