MemoryRouter
M
MemoryRouter
/date_search_memories

Search memories by date

Use this to retrieve memories from a specific time window, for questions like 'what happened last week' or 'most important things this month or lately'. Tier gu

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

Input

FieldTypeDescription
from*stringWindow start, ISO 8601 date or datetime (e.g. 2026-08-10 or 2026-08-10T00:00:00Z). Require
tostringWindow end, ISO 8601 date or datetime. Optional, defaults to now.
querystringOptional relevance query. Omit for a pure chronological browse; include to rank results wi
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
max_tokensintegerToken budget for returned results. Server default 50000; use a smaller value like 5000 for

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

Try it

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