Mnemoverse Memory
Persistent memory for AI agents - One memory.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Memory Read: Recall relevant long-term memories via semantic search + Hebbian expansion. Returns ranked atoms with content, relevance, and concepts.
- Memory Stats: Report statistics about the caller's memory store (atom counts, Hebbian edges, domains, average valence/importance).
- Memory Write: Store a new long-term memory atom. The content is embedded, importance-gated, and linked via Hebbian associations. Returns whether it was stored and its atom_id.
What data it sees
Do you need an account
No: the server works without sign-in
Persistent memory for AI agents - One memory. Every AI tool. Write once, recall anywhere — across Claude Code, Cursor, VS Code, ChatGPT, and Python, with a single API key or OAuth
Server tool list (4)
Raw names from tools/list. Only developers need these.
| memory_read | Recall relevant long-term memories via semantic search + Hebbian expansion. Returns ranked atoms with content, relevance, and concepts. |
| memory_stats | Report statistics about the caller's memory store (atom counts, Hebbian edges, domains, average valence/importance). |
| memory_write | Store a new long-term memory atom. The content is embedded, importance-gated, and linked via Hebbian associations. Returns whether it was stored and its atom_id. |
| memory_feedback | Teach the memory system which recalled atoms worked. Updates valence and reinforces Hebbian links. Use atom_ids from a prior memory_read. |