Brainiall Memory
BM
Brainiall Memory
/recall

Recall Memories

Search persistent memory by semantic meaning to retrieve past facts, context, or preferences. Use when answering queries that benefit from prior user context,

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 /recall for me.

Input

FieldTypeDescription
namespace*stringStorage namespace to search (e.g., 'user_123_pref', 'agent_project_alpha').
query*stringSearch query describing the fact, context, or topic to find by semantic similarity.
limitintegerMaximum number of memory items to return (default: 5, ceiling: 50). default 5

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":"/recall","input":{"namespace":"...","query":"...","limit":5}}'
cli
npx cracked-ai run -p mcp-com-brainiall-memory -e /recall -i '{"namespace":"...","query":"...","limit":5}'
mcp
run_tool({ provider: "mcp-com-brainiall-memory", endpoint: "/recall", input: {"namespace":"...","query":"...","limit":5} })

Try it

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