WorkingMemory
W
WorkingMemory
/save_memory

Save to 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 l

liveunknown~5s typical
mcpworkingmemory
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-workingmemory-memory /save_memory for me.

Input

FieldTypeDescription
text*stringThe thought or note to save.
clientobjectOptional context about the originating client session. Helps users later find saves from a

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-workingmemory-memory","endpoint":"/save_memory","input":{"text":"..."}}'
cli
npx cracked-ai run -p mcp-ai-workingmemory-memory -e /save_memory -i '{"text":"..."}'
mcp
run_tool({ provider: "mcp-ai-workingmemory-memory", endpoint: "/save_memory", input: {"text":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.