PulseAugur
LIVE 20:50:53
tool · [1 source] ·
14
tool

Guide details bypassing corporate MDM and AI gateways on Claude Code

A technical guide explains how to remove corporate restrictions imposed on Claude Code, specifically Mobile Device Management (MDM) policies and AI gateways. These restrictions, often implemented by IT departments, can override user-selected settings and reroute prompt data through unverified channels. The post details how MDM agents modify configuration files like `managed-settings.json` and `managed-mcp.json` in the `/Library/Application Support/ClaudeCode/` directory, making them immutable even to root users. A provided Zsh script, `claudecode-cleanup.sh`, demonstrates how to clear these immutable flags and remove the restrictive files, restoring Claude Code to its default configuration. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Provides a technical workaround for users to regain control over their AI tool's configuration.

RANK_REASON The article provides a technical workaround for a specific software product, not a general industry development.

Read on dev.to — Claude Code tag →

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 · Harshit Luthra ·

    How to bypass corporate MDM and AI gateways on Claude Code

    <p><em>Originally published at <a href="https://harshit.cloud/blog/bypassing-claude-code-mdm-managed-settings" rel="noopener noreferrer">harshit.cloud</a> on 2026-05-08.</em></p> <p>If you're reading this, there's roughly an 80% chance your company rolled out an MDM last quarter,…