M
MemoryRouter
/store_memory
Remember something
Use this only when the user explicitly asks to remember something or confirms a proposed durable fact. Saves concise user-approved content to the OAuth-selected
liveunknown~5s typical
mcpmemoryrouter
$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-memoryrouter-memoryrouter /store_memory for me.
Input
| Field | Type | Description |
|---|---|---|
| content* | string | The concise fact, preference, decision, or outcome the user approved for storage. |
| tags | array | Optional short category labels. These are preserved as provenance text until structured ta |
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-memoryrouter-memoryrouter","endpoint":"/store_memory","input":{"content":"..."}}'cli
npx cracked-ai run -p mcp-ai-memoryrouter-memoryrouter -e /store_memory -i '{"content":"..."}'mcp
run_tool({ provider: "mcp-ai-memoryrouter-memoryrouter", endpoint: "/store_memory", input: {"content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.