memory_trace
Given a draft agent reply, return the source memories that could have produced it. Empty hits suggests a hallucination.
How to use it
memory_trace is exposed by the Memnex MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the memory_trace tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Memnex
$
pip install memnexOther tools in Memnex (4)
memory_forget
GDPR purge. Wipes Redis, Postgres, Qdrant, and pending events for the user.
memory_read
Fetch formatted memory context for one user, sized to a token budget.
memory_search
Semantic search over a single user's memories.
memory_write
Store one or more structured facts about the user. Pydantic-validated. No LLM on the hot path.