mcpserver.lol
registry/memxus
Connection check verified live · 20h ago

memxus

Persistent memory layer that saves and recalls your project context and preferences.

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

9 tools

Read from the running server on 20h ago.

forget can modify data memory_id*workspace
Permanently delete one memory by UUID. When to use: user asks to remove outdated or incorrect context, or to free plan storage. When NOT: fix content → update (mode=replace); find…
get_context read-only tagstypetopicgroup_idworkspacecollection +5
Builds a formatted context block for a topic from stored memories; use when the user asks to load or recall project context. Omit topic and collection to show the text collection p…
get_memory read-only memory_id*workspace
Retrieve the full content and metadata of one memory by its UUID. Use after list_memories or recall returned a truncated preview and you need the complete text. Returns content, me…
list_collections read-only
List memory collections (folders/scopes) for this user. GitHub/Notion syncs appear under project:<slug> when unified collections are enabled. Use before a scoped recall/get_context…
list_memories read-only tagstypelimitgroup_idworkspacecollection +3
List recent memories in reverse-chronological order (read-only). When to use: audit what is saved, browse a collection, or collect memory IDs for get_memory or forget. When NOT: se…
memory_stats read-only workspace
Show aggregate statistics about stored memories: the total count, a breakdown by memory_type and by collection, and storage bytes used versus the plan limit. Use to understand what…
recall read-only tagstypelimitquery*group_idworkspace +5
Search long-term memory. Call list_collections when scope is unclear. For GitHub/Notion synced content use collection project:<slug> (unified per project) or tags github/notion. Co…
remember tagstypecontent*group_idappend_toworkspace +4
Save important information to long-term memory. Always set collection when the topic is clear: project work → project:<slug>, personal tastes → personal:preferences. Use append_to…
update id*modetagstypecontentworkspace +2
Update an existing memory by ID. Use mode replace (default) to patch fields, or append to extend content. Re-embeds only when content changes. The target workspace is always the on…