A persistent memory layer for AI agents built on Cloudflare Workers, exposing both REST and MCP interfaces over JSON-RPC 2.0. You'd reach for this when your agent needs to remember context across conversations or sessions without managing your own database infrastructure. The server runs at the edge via Cloudflare's network and supports streamable HTTP transport, making it straightforward to integrate with Claude or other MCP-compatible clients. Useful for maintaining conversation history, user preferences, or any state that needs to survive beyond a single interaction without spinning up dedicated storage.
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent