Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM.
61
7 Tools
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM. .
Attribute | Details |
---|---|
Docker Image | mcp/cylera-mcp-server |
Author | Cylera |
Repository | https://github.com/Cylera/cylera-mcp-server |
Docker Image built by|Docker Inc.
Docker Scout Health Score| Verify Signature|
COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/cylera-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence|MIT License
Tools provided by this Server | Short Description |
---|---|
get_device | Get details about a device by MAC address |
get_procedures | Provide details about how the device has been utilized recently by providing details of the procedures performed |
get_device_attributes | Get attributes for a device by MAC address |
get_risk_mitigations | Get risk mitigations for a given CVE reference |
get_subnets | Get a list of subnets with optional filtering |
get_vulnerabilities | Returns a paginated list of vulnerabilities with filtering options |
search_for_devices | Search for devices that match the provided search criteria with comprehensive filtering options |
get_device
Get details about a device by MAC address
get_procedures
Provide details about how the device has been utilized recently by providing details of the procedures performed
get_device_attributes
Get attributes for a device by MAC address
get_risk_mitigations
Get risk mitigations for a given CVE reference
get_subnets
Get a list of subnets with optional filtering
get_vulnerabilities
Returns a paginated list of vulnerabilities with filtering options
search_for_devices
Search for devices that match the provided search criteria with comprehensive filtering options
{
"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"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for