Memnex
UnclaimedCross-channel permanent memory for AI agents
Install
$
pip install memnexUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (5)
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_trace
Given a draft agent reply, return the source memories that could have produced it. Empty hits suggests a hallucination.
memory_write
Store one or more structured facts about the user. Pydantic-validated. No LLM on the hot path.