Anthropic rewrites MCP to make servers cloud-friendly and stateless

xiaohu · x · 2026-07-29

Anthropic has released a major new MCP specification that removes the protocol’s session-based state model and makes MCP servers much easier to run in the cloud.

The old design required clients to initialize a session, receive a session ID, and then keep talking to the same machine. That made horizontal scaling awkward, prevented serverless and edge deployments, and forced gateways to understand session stickiness.

The new spec changes the core model to stateless request/response:

When a server needs to ask the user for something mid-flow, it now returns an "I need more info" response and the client resubmits the original request after collecting that input.

The article also notes that:

Related event: MCP's Epic Update: Transitioning to a Stateless Core(16 posts)→

Original post →

More from coding & agent

coding & agent channel →