M
MemoryRouter
/forget_all_memories
Delete all memories in connected vault
Use this only after the user explicitly requests a full-vault deletion, receives a permanent whole-vault warning, and provides the exact confirmation phrase in
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 /forget_all_memories for me.
Input
| Field | Type | Description |
|---|---|---|
| confirmation* | string (DELETE ALL MEMORIES) | Exact phrase the user must provide after being warned that deletion is permanent. |
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":"/forget_all_memories","input":{"confirmation":"DELETE ALL MEMORIES"}}'cli
npx cracked-ai run -p mcp-ai-memoryrouter-memoryrouter -e /forget_all_memories -i '{"confirmation":"DELETE ALL MEMORIES"}'mcp
run_tool({ provider: "mcp-ai-memoryrouter-memoryrouter", endpoint: "/forget_all_memories", input: {"confirmation":"DELETE ALL MEMORIES"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.