BM
Brainiall Memory
/remember
Remember Fact
Store a durable fact, preference, or decision into persistent memory across sessions. Use when you discover an important user preference, key background detail
liveverifiedunknown~5s typical
mcpprobedbrainiallmemory
$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-com-brainiall-memory /remember for me.
Input
| Field | Type | Description |
|---|---|---|
| namespace* | string | Isolated storage namespace for the agent or user (e.g., 'user_123_pref', 'agent_project_al |
| text* | string | Durable fact, preference, decision, or memory to store. Store key facts for future session |
| metadata | string | Optional structured key-value metadata to attach to this memory (e.g., {'category': 'user_ |
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-com-brainiall-memory","endpoint":"/remember","input":{"namespace":"...","text":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-memory -e /remember -i '{"namespace":"...","text":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-memory", endpoint: "/remember", input: {"namespace":"...","text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.