invinoveritas
I
invinoveritas
/memory_store

memory store

Store persistent long-term memory for this agent (cross-session, cross-client, cross-model, as long as you authenticate with the same Bearer key) — works with a

liveunknown~5s typical
mcpinvinoveritas
$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-com-babyblueviper-invinoveritas /memory_store for me.

Input

FieldTypeDescription
agent_id*stringAccepted but not currently used to partition storage — memory is namespaced by your Bearer
key*stringMemory key (e.g. 'architecture_decisions', 'open_questions', 'last_trade_plan')
value*stringThe data to persist (text, JSON string, or structured notes)

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-com-babyblueviper-invinoveritas","endpoint":"/memory_store","input":{"agent_id":"...","key":"...","value":"..."}}'
cli
npx cracked-ai run -p mcp-com-babyblueviper-invinoveritas -e /memory_store -i '{"agent_id":"...","key":"...","value":"..."}'
mcp
run_tool({ provider: "mcp-com-babyblueviper-invinoveritas", endpoint: "/memory_store", input: {"agent_id":"...","key":"...","value":"..."} })

Try it

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