Stateless MCP has recaptured my interest
- AI
- Infrastructure
- Developer Tools
- Security
- Standards
Simon Willison’s post says MCP has become much more appealing now that servers can be used in a stateless way. Instead of the older session-oriented flow, an MCP server can now behave much more like a normal HTTP endpoint. That makes it easier to inspect with curl-like tools, friendlier to load balancers and API gateways, and less awkward for remote deployments. The post is basically a vote for “MCP, but simpler”.
If you are exposing product functionality to agents, treat stateless MCP as a practical packaging standard, not a technical breakthrough. The real architecture choice is where you want flexibility, security boundaries, auth, and token spend to live: in shell sandboxes, harness-managed HTTP tools, or MCP servers.
-
simonwillison.net
- Discuss on HN