Anthropic makes MCP stateless to simplify scaling remote agent servers
rohanpaul_ai · x · 2026-07-29
Anthropic is moving MCP from a stateful session model to stateless request/response interactions.
- The new core makes each request independently runnable by any server instance, which should improve scaling, restarts, and deployment on serverless or edge infrastructure.
- Richer capabilities such as interactive UIs and long-running tasks are being split into optional standardized extensions, including MCP Apps and Tasks.
- The post frames this as one of the protocol’s most significant releases, with MCP recently surpassing 400M monthly SDK downloads and becoming a de facto standard for connecting agents to apps.
Related event: Anthropic's Major MCP Update Shifts to Stateless Architecture(22 posts)→
More from coding & agent
- Reasoning effort is a separate control from model size, not a speed throttle — alex_verem · 2026-07-29
- Rust-based jcode claims 245× faster startup and 14× lower RAM than Claude Code — Shruti_0810 · 2026-07-29
- Weaviate’s Query Agent adds GPT-5.6 Luna and Terra with 5–10% better recall — eshorten300 · 2026-07-29
- User claims Claude-built wallet monitor turned $2K into $12K in one night — Aiden_Tech_Ai · 2026-07-29
- Git hides how agent-generated code was produced, not just the final diff — haltakov · 2026-07-29
- LangChain Launches Course on Autonomous Agent Improvement with LangSmith Engine — LangChain · 2026-07-29