Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

WorkingMemory

ai.workingmemory/memory

Persistent personal memory for AI assistants — save, search, and recall across every MCP client.

Uptime
100.0%
1 direct probes · 30d
Response
167ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

save_memory

Save a thought, insight, fact, or todo to the user's Working Memory. The text is parsed and stored as one or more structured memory items, searchable a moment later via search_memory. Also use this wh…

search_memory

Search the user's Working Memory for relevant past notes and facts. Use this when the user references something they may have stored earlier, or to find related context before answering. Always includ…

manage_memory

Manage an existing memory item. Currently supports deleting a memory by id (soft delete — recoverable for 30 days). Use search_memory to find the id first.

capture_memory

Capture durable facts from a task you just completed (drafting an email, summarizing a document, making a decision), as a byproduct — the user does nothing. Pass the task output/content; durable facts…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "workingmemory": {
      "url": "https://app.workingmemory.ai/mcp",
      "transport": "streamable-http"
    }
  }
}