Til 2025-06-22
Cloudflare offers an Agent SDK to build MCP servers: https://developers.cloudflare.com/agents/
Agents on Cloudflare infrastructure using an internal SQL database as state, the doc says “within the same context”, which is crucial since there is nearly no latency when reading/writing data to the Agent state. And this led to the ability to make MCP servers on the Cloudflare infrastructure is a stateful server. Cloudflare workers are a stateful server, which is awesome.
Inference is a process that a trained machine learning model uses to draw a conclusion based on new data.
Today read