Registries and Marketplaces

The Zscaler MCP Server is published to five public registries. Each registry has its own discovery surface and its own install flow — pick the one that matches the MCP client you’re using.

At a glance

Registry

Best for

Install command

Cursor Marketplace

Cursor IDE users

One-click “Add to Cursor” button

Claude Marketplace

Claude Code CLI users

claude plugin install zscaler

Official MCP Registry

Any spec-compliant MCP client

Discoverable via the official MCP registry

Docker MCP Hub

Containerized deployments (any client)

docker pull zscaler/zscaler-mcp-server

GitHub MCP Registry

GitHub Copilot users, MCP-compatible clients reading from GitHub

Surfaces via the server.json manifest at the repo root

Picking the right registry

You’re using …

Pick …

Why

Cursor IDE

Cursor Marketplace

Bundled Cursor plugin, one-click install

Claude Code CLI

Claude Marketplace

claude plugin install zscaler, bundled skills

Claude Desktop

Claude Desktop Extension

.mcpb bundle, no separate plugin install needed

GitHub Copilot

GitHub MCP Registry

Native integration with the Copilot MCP picker

VS Code / Gemini CLI / Kiro / other generic MCP clients

Docker MCP Hub or PyPI directly

Universal — works with any MCP-compliant client

A managed cloud deployment (Cloud Run, Bedrock, Container Apps)

Docker MCP Hub

Pull the image, point your cloud runtime at it

See also