A
agent-memory
/memory_search
memory search
Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
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_search for me.
Input
| Field | Type | Description |
|---|---|---|
| namespace* | string | The namespace to search within (the same key used on upsert). |
| query* | string | Natural-language query; returns the most semantically similar stored entries. |
| top_k | integer | How many results to return (default 5). |
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_search","input":{"namespace":"...","query":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-agent-memory -e /memory_search -i '{"namespace":"...","query":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-agent-memory", endpoint: "/memory_search", input: {"namespace":"...","query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.