Brainiall Memory
BM
Brainiall Memory
/recent_memories

List Recent Memories

Retrieve the most recently recorded memories for a namespace to re-orient at session startup. Use at the beginning of a conversation or task to discover recent

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

Input

FieldTypeDescription
namespace*stringStorage namespace to inspect (e.g., 'user_123_pref', 'agent_project_alpha').
limitintegerMaximum number of recent memories 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":"/recent_memories","input":{"namespace":"...","limit":5}}'
cli
npx cracked-ai run -p mcp-com-brainiall-memory -e /recent_memories -i '{"namespace":"...","limit":5}'
mcp
run_tool({ provider: "mcp-com-brainiall-memory", endpoint: "/recent_memories", input: {"namespace":"...","limit":5} })

Try it

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