What changed
On August 18, 2026, GitHub added enterprise-managed settings to Copilot for JetBrains. Administrators can centrally require or disable plugins, restrict plugin marketplaces, allow or deny MCP servers, force OpenTelemetry configuration, and disable Bypass Approvals or Autopilot permission modes. Managed values override developer-local settings.
Why it matters
AI coding governance often fails at the client edge: developers can add tool servers, plugins or permissive agent modes in their IDE even when an organization has standardized elsewhere. Extending centrally enforced controls to JetBrains reduces that inconsistency and gives teams a practical way to limit unapproved MCP connections, route telemetry to approved collectors and prevent agents from bypassing approval gates.
What JetBrains admins can now enforce
GitHub Copilot for JetBrains now supports the same enterprise-managed configuration model GitHub has been extending across Copilot clients. Administrators can use `enabledPlugins`, `extraKnownMarketplaces` and `strictKnownMarketplaces` for plugin governance; `allowedMcpServers` and `deniedMcpServers` for MCP connections; centrally managed OpenTelemetry settings for collector endpoint, protocol, service name, resource attributes and content-capture policy; and `permissions.disableBypassPermissionsMode` to stop the agent using Bypass Approvals or Autopilot. GitHub says managed values take precedence over developer-local configuration.
Why this is more than an IDE feature
The practical security problem with agentic coding tools is policy drift between clients. An organization may approve an MCP server, plugin source or agent permission mode in one environment while leaving another client effectively unmanaged. JetBrains is widely used in Java, Kotlin and other enterprise-heavy stacks, so extending the controls there makes a centrally managed Copilot policy materially more complete rather than merely adding another preference screen.
How teams should roll it out
Teams should first inventory existing JetBrains plugins, marketplaces and MCP endpoints so enforcement does not unexpectedly break approved workflows. A useful baseline is an explicit MCP allowlist, approved plugin sources, centrally routed telemetry and disabled bypass modes for repositories or environments with production, infrastructure, secrets or billing access. Exceptions should be deliberate and documented rather than left to local client configuration.