Code Mode: the better way to use MCP
September 26, 2025 1:00 PM
It turns out we've all been using MCP wrong. Most agents today use MCP by exposing the "tools" directly to the LLM....
September 26, 2025 1:00 PM
It turns out we've all been using MCP wrong. Most agents today use MCP by exposing the "tools" directly to the LLM....
September 26, 2025 1:00 PM
We reduced Cloudflare Workers cold starts by 10x by optimistically routing to servers with already-loaded Workers. Learn how we did it here....
September 25, 2025 2:00 PM
Cloudflare's developer platform keeps getting better, faster, and more powerful. Here's everything that's new....
September 25, 2025 2:00 PM
We’ve teamed up with PlanetScale to make shipping full-stack applications on Cloudflare Workers even easier. ...
September 25, 2025 2:00 PM
We are further hardening Cloudflare Workers with the latest software and hardware features. We use defense-in-depth, including V8 sandboxes and the CPU's memory protection keys to keep your data safe....
September 25, 2025 1:00 PM
Over the year we have greatly expanded Node.js compatibility. There are hundreds of new Node.js APIs now available that make it easier to run existing Node.js code on our platform....
September 23, 2025 2:00 PM
Introducing VibeSDK, an open-source AI "vibe coding" platform that anyone can deploy to build their own custom platform. Comes ready with code generation, sandbox environment, and project deployment. ...
September 22, 2025 1:00 PM
In 2026, Cloudflare is opening our San Francisco, Austin, London, and Lisbon offices to builders and Startups. Participants of Workers Launchpad and Cloudflare for Startups Program will be eligible...
September 22, 2025 1:00 PM
Students in the United States over the age of 18 with a .edu email can now get one year of free access to Cloudflare developer features. Build, experiment, and launch projects with production-grade ...
September 22, 2025 1:00 PM
Cap'n Web is a new open source, JavaScript-native RPC protocol for use in browsers and web servers. It provides the expressive power of Cap'n Proto, but with no schemas and no boilerplate....
September 22, 2025 1:00 PM
Workers Launchpad program offers resources and mentorship for founders building on the Cloudflare network. Learn more about prior cohorts, where Launchpad alumni are today, and the participants ...
September 08, 2025 1:00 PM
We've implemented the node:http client and server APIs in Cloudflare Workers, allowing developers to migrate existing Node.js applications with minimal code changes....
August 28, 2025 2:00 PM
An inside look at how the Images team compared dichotomous image segmentation models to identify and isolate subjects in an image from the background....
August 27, 2025 2:00 PM
We're expanding Workers AI with new partner models from Leonardo.Ai and Deepgram. Start using state-of-the-art image generation models from Leonardo and real-time TTS and STT models from Deepgram. ...
August 20, 2025 2:00 PM
AI face cropping for Images automatically crops around faces in an image. Here’s how we built this feature on Workers AI to scale for general availability....
June 25, 2025 2:00 PM
We’re building AI agents where logic and reasoning are handled by OpenAI’s Agents SDK, and execution happens across Cloudflare's global network via Cloudflare’s Agents SDK. ...
June 24, 2025 4:00 PM
Cloudflare Containers are now available in public beta. Deploy simple, global, and programmable containers alongside your Workers. ...
June 18, 2025 1:00 PM
We're open-sourcing use-mcp, a React library that connects to any MCP server in just 3 lines of code, as well as our AI Playground, a complete chat interface that can connect to remote MCP servers. ...
June 11, 2025 1:00 PM
Cloudflare Workers now support FinalizationRegistry, but just because you can use it doesn’t mean you should....