Official MCP Registry¶
Direct link: registry.modelcontextprotocol.io
The Model Context Protocol consortium maintains the canonical registry of MCP servers. The Zscaler server is published with both a PyPI package descriptor and a Docker image descriptor.
Packages declared¶
Type |
Identifier |
Runtime hint |
|---|---|---|
PyPI |
|
|
Docker (OCI) |
|
|
Ownership proof¶
Publication is driven by server.json at the repo root and is automated via mcp-publisher on every release. The package ownership proof lives in:
README.md— contains<!-- mcp-name: io.github.zscaler/zscaler-mcp-server -->Dockerfile— containsLABEL io.modelcontextprotocol.server.name="io.github.zscaler/zscaler-mcp-server"
Both files are checked by the registry-publish job in CI.
Install in an MCP-compliant client¶
Any spec-compliant MCP client can discover and install the Zscaler server via the registry. Configuration of credentials, transport, and host address is handled by the client itself.
For the publication workflow (manual + automated), see GitHub MCP Registry.
See also¶
GitHub MCP Registry — covers the same
server.jsonfrom the GitHub side.Registries and Marketplaces — back to the registries overview.