
Agent Memory
- Updated May 17, 2026
- lazymac2x/agent-memory-api
Cloudflare Workers MCP server: agent-memory.
About
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory. Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory Teams adopt it when they want repeatable agent-memory-api operations inside agent sessions instead of manual CLI steps or bespoke API scripts.
- Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
- Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
- Install via npx or Docker with MCP client configuration for Cursor or Claude Desktop.
- Tool schemas documented in README for agent-driven agent-memory-api workflows.
- Supports authorized agent-memory-api automation from IDE agents without custom glue code.
Agent Memory by the numbers
- Exposes 5 verified tools (MCP introspection)
- Data as of Jul 9, 2026 (Skillselion catalog sync)
claude mcp add --transport http agent-memory https://api.lazy-mac.com/agent-memory/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 5 |
| Last updated | May 17, 2026 |
| Repository | lazymac2x/agent-memory-api ↗ |
How do agents access agent-memory-api capabilities without custom integration code?
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
Who is it for?
Developers wiring agent-memory-api into Cursor, Claude Desktop, or other MCP clients.
Skip if: Teams that need features outside the documented agent-memory-api tool surface.
What you get
Configured MCP host can call agent-memory-api tools with schemas from the server README.
- Registered remote MCP server pointing at the agent-memory endpoint
- Agent-callable memory tools over MCP once the client connects
- Reference to version 1.0.0 server metadata for catalog and compliance checks
By the numbers
- MCP server version 1.0.0
- 1 streamable-http remote URL documented
- Hosted on Cloudflare Workers (lazy-mac.com)
Agent Memory capabilities & compatibility
- Capabilities
- cloudflare workers mcp server: agent memory. res · install via npx or docker with mcp client config · tool schemas documented in readme for agent driv
- Use cases
- api development · orchestration
- Runs
- Local or remote
- Pricing
- Bring your own API key
Tools 5
Public tool metadata - what this server can do for an agent.
store_memory4 paramsStore a memory for an AI agent. Persists across sessions.
namespacestringrequiredNamespace to group memories (e.g. agent name)contentstringrequiredMemory content to storemetadataobjectOptional metadata key-value pairsttlnumberOptional TTL in seconds
search_memories3 paramsSearch memories by namespace with optional text query.
namespacestringrequiredNamespace to search inqstringOptional search query (substring match)limitnumberMax results to return (default 50, max 200)
get_memory1 paramRetrieve a specific memory by ID.
idstringrequiredMemory ID
delete_memory1 paramDelete a specific memory by ID.
idstringrequiredMemory ID
clear_namespace1 paramDelete all memories in a namespace.
namespacestringrequiredNamespace to clear
README.md
agent-memory-api
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
Recommended MCP Servers
How it compares
Remote MCP memory service, not an in-repo agent skill or local SQLite scratchpad.
FAQ
What does agent-memory-api do?
Cloudflare Workers MCP server: agent-memory.
When should I use agent-memory-api?
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
Is agent-memory-api safe to install?
Review the Security Audits panel on this page before installing in production.