MITRE ATT&CK for VS Code
io.github.luongnv89/mitre-mcp
MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK.
client:VS Code
transport:stdio
runtime:pypi
Install MITRE ATT&CK in VS Code
.vscode/mcp.json
{
"servers": {
"mitre-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mitre-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs