The official MCP Server for Cylera.

The official MCP Server for Cylera.

Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM.

61

7 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

The official MCP Server for Cylera. MCP Server

Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM. .

What is an MCP Server?

MCP Info

Image Building InfoDockerfile|https://github.com/Cylera/cylera-mcp-server/blob/main/Dockerfile

Docker Image built by|Docker Inc. Docker Scout Health Score| Docker Scout Health ScoreVerify Signature|COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/cylera-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pubLicence|MIT License

Available Tools (7)

Tools provided by this ServerShort Description
get_deviceGet details about a device by MAC address
get_proceduresProvide details about how the device has been utilized recently by providing details of the procedures performed
get_device_attributesGet attributes for a device by MAC address
get_risk_mitigationsGet risk mitigations for a given CVE reference
get_subnetsGet a list of subnets with optional filtering
get_vulnerabilitiesReturns a paginated list of vulnerabilities with filtering options
search_for_devicesSearch for devices that match the provided search criteria with comprehensive filtering options

Tools Details

Tool: get_device

Get details about a device by MAC address

Tool: get_procedures

Provide details about how the device has been utilized recently by providing details of the procedures performed

Tool: get_device_attributes

Get attributes for a device by MAC address

Tool: get_risk_mitigations

Get risk mitigations for a given CVE reference

Tool: get_subnets

Get a list of subnets with optional filtering

Tool: get_vulnerabilities

Returns a paginated list of vulnerabilities with filtering options

Tool: search_for_devices

Search for devices that match the provided search criteria with comprehensive filtering options

Use this MCP Server

{
  "mcpServers": {
    "cylera-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "CYLERA_BASE_URL",
        "-e",
        "CYLERA_USERNAME",
        "-e",
        "CYLERA_PASSWORD",
        "mcp/cylera-mcp-server"
      ],
      "env": {
        "CYLERA_BASE_URL": "https://partner.us1.cylera.com Or https://partner.uk1.cylera.com/ Or https://partner.demo.cylera.com",
        "CYLERA_USERNAME": "Your username you use to login to Cylera",
        "CYLERA_PASSWORD": "Your password you use to login to Cylera"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers