Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM.
89
7 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
cylera-mcp-server
to the mcpServers
section:{
"mcpServers": {
"cylera-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CYLERA_BASE_URL",
"-e",
"CYLERA_USERNAME",
"-e",
"CYLERA_PASSWORD",
- mcp/cylera-mcp-server@sha256:e9e80b0807a18bd22a734a577792b6eb9acf3b1497cf581f2cc74e4cb62f2e94
],
"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"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP The official MCP Server for Cylera.
version: 1.0.1
schema: v1
mcpServers:
- name: The official MCP Server for Cylera.
command: docker
args:
- run
- --rm
- -i
- -e
- CYLERA_BASE_URL
- -e
- CYLERA_USERNAME
- -e
- CYLERA_PASSWORD
- mcp/cylera-mcp-server@sha256:e9e80b0807a18bd22a734a577792b6eb9acf3b1497cf581f2cc74e4cb62f2e94
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"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
cylera-mcp-server
to the mcpServers
section:{
"mcpServers": {
"cylera-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CYLERA_BASE_URL",
"-e",
"CYLERA_USERNAME",
"-e",
"CYLERA_PASSWORD",
- mcp/cylera-mcp-server@sha256:e9e80b0807a18bd22a734a577792b6eb9acf3b1497cf581f2cc74e4cb62f2e94
],
"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"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for