eset mcp for Zed
io.github.maciekaz/eset-mcp
MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW
client:Zed
transport:stdio
runtime:oci
Install eset mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"eset-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/maciekaz/eset-mcp:1.0.3"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs