A
agent-memory
/memory_upsert
memory upsert
Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
liveverifiedunknown~5s typical
mcpprobedagent-memory
$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-agishub-agent-memory /memory_upsert for me.
Input
| Field | Type | Description |
|---|---|---|
| namespace* | string | Your collection key — groups and isolates your memories. Treat it like a secret: anyone wi |
| text* | string | The text/content to store and make searchable. |
| id | string | Optional stable id to update an existing entry; auto-generated if omitted. |
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-agishub-agent-memory","endpoint":"/memory_upsert","input":{"namespace":"...","text":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-agent-memory -e /memory_upsert -i '{"namespace":"...","text":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-agent-memory", endpoint: "/memory_upsert", input: {"namespace":"...","text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.