MITRE ATT&CK for Cursor
io.github.luongnv89/mitre-mcp
MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK.
client:Cursor
transport:stdio
runtime:pypi
Install MITRE ATT&CK in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mitre-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mitre-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs