cylera-mcp-server

Cylera/cylera-mcp-server
★ 2 stars Python AI/LLM Updated 3mo ago
The official MCP Server from Cylera. Brings context about device inventory, threats, risks and utilization powered by the Cylera Partner API into an LLM.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cylera-mcp-server": {
      "command": "uvx",
      "args": [
        "cylera-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cylera-mcp-server