zscaler-mcp-server
Verified Safeby zscaler
Overview
AI-assisted management and monitoring of Zscaler Zero Trust Exchange platform services.
Installation
uvx zscaler-mcpEnvironment Variables
- ZSCALER_CLIENT_ID
- ZSCALER_CLIENT_SECRET
- ZSCALER_CUSTOMER_ID
- ZSCALER_VANITY_DOMAIN
- ZSCALER_CLOUD
- ZSCALER_MCP_WRITE_ENABLED
- ZSCALER_MCP_WRITE_TOOLS
- ZSCALER_MCP_SERVICES
- ZSCALER_MCP_TRANSPORT
Security Notes
The server implements a robust, multi-layered security model. It defaults to read-only mode, requiring explicit `--enable-write-tools` and a mandatory `--write-tools` allowlist for any write operations. Destructive actions (`delete_*`) require double confirmation (AI agent dialog + server-side confirmation). Credentials are managed via environment variables or `.env` files, preventing hardcoding. Network bindings (`0.0.0.0`) for HTTP transports are standard but require careful environment configuration in production. No apparent malicious patterns or obfuscation.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
agentgateway
An API Gateway specialized for agent-to-agent and agent-to-tool communication, providing routing, security, and AI/LLM integration capabilities.
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.