MemoryRouter
M
MemoryRouter
/search_memories

Search memories

Use this when the user asks about a prior decision, preference, person, project, or other fact that may be in their connected MemoryRouter vault. Semantically s

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

Input

FieldTypeDescription
query*stringA concise natural-language description of the past context to recall.
limitintegerMaximum number of relevant memories to return. Use a large limit such as 250 for broad 'mo default 5
tiersarrayRestrict results to these memory tiers. 3 highest-level consolidated reflections (identity
importanceintegerMinimum importance threshold, 1 to 10. Only reflections (tiers 2 and 3) carry ratings, so

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

Try it

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