M
mitosis
/cortex_remember
Save a fact to the user’s memory
Persist a fact, decision or conclusion into the memory, attributed to you. It becomes retrievable via cortex_ask immediately, in this session and every future o
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_remember for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The fact or conclusion itself — one self-contained statement. |
| kind | string | e.g. 'decision', 'observation', 'task-outcome'. |
| confidence | number | 0..1, weights the provenance edges. |
| source_universal_ids | array | Universal ids from a previous cortex_ask that this fact came from. |
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_remember","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-ai-mitosislabs-mitosis -e /cortex_remember -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-ai-mitosislabs-mitosis", endpoint: "/cortex_remember", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.