cylera-mcp-server
Verified Safeby Cylera
Overview
This MCP server connects an AI assistant to Cylera's IoT security platform to provide LLMs with read-only access to device inventory, threats, risks, and utilization data.
Installation
docker run --env-file .env -i mcp/cylera-mcp-serverEnvironment Variables
- CYLERA_BASE_URL
- CYLERA_USERNAME
- CYLERA_PASSWORD
Security Notes
The server is explicitly designed to be read-only (GET operations only), significantly reducing risks of data vandalism or unauthorized manipulation if an agent is compromised. Credentials are managed via environment variables and not hardcoded. The development workflow incorporates security scanning tools like Bandit and pip-audit. No dangerous functions like 'eval' or obfuscation were found. The explicit acknowledgment of data exfiltration risk and focus on mitigation in the README is a strong positive.
Similar Servers
opentelemetry-mcp-server
Enables AI assistants to query and analyze OpenTelemetry traces from LLM applications for debugging, performance, and cost optimization.
dependency-management-mcp-server
Connects AI assistants to Sonatype's dependency management and security intelligence platform for real-time insights into open source security, license compliance, and dependency health within the development workflow.
thingspanel-mcp
Serves as a Model Context Protocol (MCP) server for the ThingsPanel IoT platform, enabling natural language interaction with IoT devices for querying information, monitoring status, controlling functions, and analyzing platform data.
mcp-ssh-orchestrator
Provides secure, policy-driven SSH orchestration for AI agents to manage server infrastructure with audit logging, enforcing zero-trust principles.