agent-memory-api
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
by lazymac2x
Cloudflare Workers MCP server: agent-memory
Stores and retrieves contextual information for agent decision-making.
Captured live from the server via tools/list.
Store a memory for an AI agent. Persists across sessions.
Namespace to group memories (e.g. agent name)
Memory content to store
Optional metadata key-value pairs
Optional TTL in seconds
Search memories by namespace with optional text query.
Namespace to search in
Optional search query (substring match)
Max results to return (default 50, max 200)
Retrieve a specific memory by ID.
Memory ID
Delete a specific memory by ID.
Memory ID
Delete all memories in a namespace.
Namespace to clear
Cloudflare Workers MCP server: agent-memory. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/agent-memory
claude_desktop_config.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/agent-memory/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.