Search the documentation
32 pages for managedmcpservers.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Set up Claude Code for your organization
Claude Code CLI · in the page
admin-setup
…| `allowedMcpServers`, `deniedMcpServers`, `allowManagedMcpServersOnly`, `managedMcpServers`, or a deployed `managed-mcp.json` file | | [Plugin marketplace control](/docs/en…
Claude Code changelog
Claude Code CLI · in the page
changelog
…ns Skills off; they now move to the recoverable trash * Fixed `allowManagedMcpServersOnly`, `deniedMcpServers` and `disableClaudeAiConnectors` set via MDM or `managed-settings.json` being ignored wh…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…ehavior": "merge", "allowManagedPermissionRulesOnly": true, "allowManagedMcpServersOnly": true, "allowManagedHooksOnly": true, "allowedMcpServers": [{ "serverUrl": "https://mcp.internal.exampl…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…| | `managedMcpServers` | CLI | Remote MCP servers [provided to every matching developer](/docs/en/man…
Desktop application
Claude Code CLI · in the page
desktop
…| | `managedMcpServers` | push MCP server configurations to all users. Available in third-party (3P) Desktop dep…
Control MCP server access for your organization
Claude Code CLI · in the page
managed-mcp
…sms covered below: `managed-mcp.json` for deploying a fixed set, the `managedMcpServers` managed setting for providing servers alongside the ones users add, and `allowedMcpServers`/`deniedMcpServers`…
Deploy managed settings
Claude Code CLI · in the page
managed-settings
…side any of these through `managed-mcp.json` or provide through the [`managedMcpServers`](/docs/en/settings-reference#managedmcpservers) key, see [Managed MCP configuration](/docs/en/managed-mcp). ##…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…ed as a duplicate. A server your organization provides through the [`managedMcpServers`](/docs/en/managed-mcp#provide-servers-through-managed-settings) managed setting ranks above all of these, so wh…
Customize sessions in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-configuration
…figure MCP servers when an enterprise MCP config is present`. * The [`managedMcpServers`](/docs/en/settings-reference#managedmcpservers) key in [managed settings](/docs/en/managed-settings) on the run…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…de Code v2.1.259 or later, you can also provide remote servers with [`managedMcpServers`](/docs/en/managed-mcp#provide-servers-through-managed-settings), which accepts `http` and `sse` servers only an…
Claude Code settings
Claude Code CLI · in the page
settings
…| | `allowManagedMcpServersOnly` | Treated as `true`.…
Example settings files
Claude Code CLI · in the page
settings-example
…ocs/en/settings-reference#allowmanagedpermissionrulesonly) and [`allowManagedMcpServersOnly`](/docs/en/settings-reference#allowmanagedmcpserversonly) make the managed permission and MCP allowlists the…
All settings
Claude Code CLI · in the page
settings-reference
…oks and automation | Managed | | [`allowManagedMcpServersOnly`](#allowmanagedmcpserversonly) | Make the managed [MCP](/docs/en/m…
Week 36 · August 31 – September 4, 2026
Claude Code CLI · in the page
whats-new/2026-w36
…"/docs/en/managed-mcp#provide-servers-through-managed-settings"><code>managedMcpServers</code></a> managed setting to give them to every user, in addition to the servers that users add on their own</d…
Changelog
Claude Documentation · in the page
cowork/changelog
…ose URL matches an entry (an empty list allows none), in addition to `managedMcpServers` and organization plugins, even when `managedMcpServers` is empty; the app also stops starting plugin MCP server…
Deploy with Enterprise Admin Console
Claude Documentation · in the page
third-party/claude-desktop/admin-console
…eaders helper script**, or **Environment helper script** field. The [`managedMcpServers` schema](/docs/third-party/claude-desktop/configuration#managedmcpservers) describes each script's output format…
Deploy with a bootstrap server
Claude Documentation · in the page
third-party/claude-desktop/bootstrap
…ctive", "inferenceModels": ["claude-opus-5", "claude-sonnet-5"], "managedMcpServers": [{ "name": "internal-tools", "url": "https://mcp.example.corp/sse", "transport": "sse" }], "coworkEgressAllo…
Built-in connectors
Claude Documentation · in the page
third-party/claude-desktop/built-in-connectors
…infrastructure. There is nothing to install or host on your side: a [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) entry activates the server, and the app runs…
Chat in Claude Desktop on 3P
Claude Documentation · in the page
third-party/claude-desktop/chat
…| | Managed MCP servers | The servers you provision via [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) are available in Chat with the same approval…
Code in Claude Desktop on 3P
Claude Documentation · in the page
third-party/claude-desktop/code
…| | `managedMcpServers`…
Configuration reference
Claude Documentation · in the page
third-party/claude-desktop/configuration
…ct\[] (JSON) | JSON array of objects, as a string | see [`managedMcpServers`](#managedmcpservers) | <Note> Array- and object-typed keys such as `inferenceModels`, `inferenceGatewayOidc`…
Configuration changelog
Claude Documentation · in the page
third-party/claude-desktop/configuration-changelog
…o the cap holds only on devices running this release or later. * A `managedMcpServers` entry accepts a new `transport` value, `policy-only`: the entry sets `toolPolicy` for an MCP server that an ins…
Connect to GitHub
Claude Documentation · in the page
third-party/claude-desktop/connectors-github
…er-tool [`toolPolicy`](/docs/third-party/claude-desktop/configuration#managedmcpservers) | `toolsets`, `readOnly`, and per-tool [`toolPolicy`](/docs/third-party/claude-desktop/configuration#managedmcp…
Connect to Google Cloud
Claude Documentation · in the page
third-party/claude-desktop/connectors-google-cloud
…iguration through MDM or a bootstrap server instead, the equivalent [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) entry is: ```json theme={null} {…
Connect to Microsoft 365
Claude Documentation · in the page
third-party/claude-desktop/connectors-m365
…tead of the in-app configuration window, add the following entry to [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers). ```json theme={null} { "name…
Connect to Salesforce
Claude Documentation · in the page
third-party/claude-desktop/connectors-salesforce
…| **With MDM or a bootstrap server.** Add this entry to the [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) key of your managed configuration or bootstr…
Write a credential helper
Claude Documentation · in the page
third-party/claude-desktop/credential-helper
…s for the inference connection only. An MCP server deployed through [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) uses the separate per-server `headersHelper`…
MCP, plugins, skills, and hooks
Claude Documentation · in the page
third-party/claude-desktop/extensions
…------------------------ | | Managed MCP servers | Admin | `managedMcpServers` configuration key…
Set up sign-in for managed MCP servers
Claude Documentation · in the page
third-party/claude-desktop/mcp-sign-in
…in an MDM or bootstrap configuration they are the `oauth` keys of a [`managedMcpServers`](/docs/third-party/claude-desktop/configuration#managedmcpservers) entry. For the redirect URI, discovery, and…
SSH remote sessions in Claude Desktop on 3P
Claude Documentation · in the page
third-party/claude-desktop/ssh-remote-sessions
…ds run unsandboxed and Claude Code shows a warning in the session. * `managedMcpServers`, as the Claude Code managed setting that keeps users from adding their own MCP servers. The managed servers the…
Telemetry and egress
Claude Documentation · in the page
third-party/claude-desktop/telemetry
…| | Hosts of each entry in `managedMcpServers` (server URL, plus `oauth.authorizationServer` and `login.microsoftonline.com` if configured) | Managed…
Web search and web fetch
Claude Documentation · in the page
third-party/claude-desktop/web-tools
…ateway; or any provider when you want to choose the search backend | `managedMcpServers` | Brave, Tavily, Exa, or your own server | | [Gateway-side](#gateway-side-search) | A custom ga…