From 95f6172405c834cce4a23134bdd8b1d2497ac311 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 23 Apr 2026 14:01:19 -0500 Subject: [PATCH] Add zscaler plugin (#1552) --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fce59b2..c927884 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1887,6 +1887,19 @@ "url": "https://github.com/zoom/zoom-plugin.git" }, "homepage": "https://developers.zoom.us/" + }, + { + "name": "zscaler", + "description": "Manage Zscaler cloud security platform including ZPA (private access), ZIA (internet access), ZDX (digital experience), ZCC (client connector), EASM (attack surface), and Z-Insights (analytics). Create and manage policies, troubleshoot connectivity, audit security configurations, and investigate incidents across the full Zscaler ecosystem.", + "author": { + "name": "Zscaler" + }, + "category": "security", + "source": { + "source": "url", + "url": "https://github.com/zscaler/zscaler-mcp-server.git" + }, + "homepage": "https://github.com/zscaler/zscaler-mcp-server" } ] }