W
WorkingMemory
/capture_memory
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. Pas
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 /capture_memory for me.
Input
| Field | Type | Description |
|---|---|---|
| task_content* | string | The task output/content to mine for durable facts (max 32KB). |
| task_description | string | Optional one-line description of the task, as extraction framing. |
| client | object | Current client session context. Pass your conversation/thread id as conversation_id. |
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":"/capture_memory","input":{"task_content":"..."}}'cli
npx cracked-ai run -p mcp-ai-workingmemory-memory -e /capture_memory -i '{"task_content":"..."}'mcp
run_tool({ provider: "mcp-ai-workingmemory-memory", endpoint: "/capture_memory", input: {"task_content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.