Dev Tools · 39d ago
Cloudflare’s Code Mode Rethinks MCP for Safer AI Agent Actions
Matt Carey of Cloudflare explains how server-side Code Mode lets a single MCP server expose all ~2,500 Cloudflare API endpoints in about 1,000 tokens of context. The dynamic Worker loader runs model-written code safely in a V8 isolate, preventing dangerous operations like force-pushing repos. Carey also discusses his Zaggy git wrapper and the role of memory in future agent workflows.
Meridian48 take
The approach challenges the assumption that MCP must be client-side, potentially making AI agents more practical and secure for real-world API interactions.
mcpcloudflare