ESET PROTECT

ESET PROTECT

Local
@wyre-aiTypeScriptUpdated 6 days ago

MCP server for ESET PROTECT's ESET Connect API - device, EDR, vulnerability, patch, and user data.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/wyre-ai/eset-protect-mcp:v1.0.1

Run

docker run -i --rm ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1

MCP client config

{
  "mcpServers": {
    "eset-protect": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/eset-protect-mcp:v1.0.1"
      ]
    }
  }
}