M
mitosis
/cortex_recall
Semantic search of the user’s memory
Semantic-only vector search over the memory, returning source excerpts. Prefer cortex_ask, which also uses full-text and graph expansion; reach for this when yo
liveverifiedunknown~5s typical
mcpprobedmitosis
$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-mitosislabs-mitosis /cortex_recall for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search text. |
| limit | number | Max results (default 10). |
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-mitosislabs-mitosis","endpoint":"/cortex_recall","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-mitosislabs-mitosis -e /cortex_recall -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-mitosislabs-mitosis", endpoint: "/cortex_recall", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.