Where to configure it
Admins with the Manage org settings capability edit the policy under Settings → Tool governance → Protect. The Protect tab appears when Protect mode is available for the organization. The editor has three groups — Denied remote MCP URLs, Denied local (STDIO) packages, and Denied built-in MCP servers. The page saves Protect and Enforce settings together, so unchanged policy groups are preserved.Decision behavior
For a configured MCP source in Protect:- Runlayer-managed MCP sources are allowed.
- A source that matches the applicable denylist is blocked with an organization-denylist decision.
- An unmatched source is allowed and continues through Protect’s normal content-scanner path.
- If Runlayer cannot evaluate source governance — for example because the policy service is unreachable, the response comes from an older backend, or a local command cannot be parsed into a package identity — the source check fails open and content scanning still runs.
The denylist governs where an MCP call comes from. It does not replace
content scanning. An MCP source that is not denied can still be blocked or
masked by your configured scanners.
Denied remote MCP URLs
Add the base URL of an external remote MCP server that Protect should block. You can configure up to 50 entries. Matching uses the same URL rules as the Enforce allowlist:- Scheme, host, and port must match. Default ports
443and80are equivalent to omitting the port. - An origin-only entry matches every path on that origin.
- An entry with a path matches that path and its descendants on a path boundary. For example,
/mcpmatches/mcp/streambut not/mcpbackup.
Denied local (STDIO) packages
Protect can block a local MCP launched through a recognized npm or PyPI package runner. Each entry contains:- Ecosystem —
npmorPyPI - Package name — the canonical package identity
- Version — optional; omit it to deny every version, or set an exact version to deny only that version
Denied built-in MCP servers
Some AI clients provide built-in MCP servers that have no URL or local command. Add a(client, built-in server id) pair to block that server in Protect. You can configure up to 100 entries.
The pair must match exactly. An unidentified or unmatched built-in server remains allowed in Protect.
Related resources
Enforce policy
Configure deny-by-default allowlists and built-in tool blocks for Enforce
Deploy AI Watch
Select Monitor, Protect, or Enforce for managed devices
Protect and Enforce
Understand endpoint modes, scanner decisions, and source governance
Detect
Discover shadow MCP servers across your device fleet