MITRE ATT&CK for Zed
io.github.luongnv89/mitre-mcp
MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK.
client:Zed
transport:stdio
runtime:pypi
Install MITRE ATT&CK in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mitre-mcp": {
"command": "uvx",
"args": [
"mitre-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs