mcpserver.lol
registry/memory-10
Connection check verified live · 20h ago

memory-10

Give every AI you use one shared, permanent memory. Store once, recall in whichever AI you open.

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

Tools & capabilities

14 tools

Read from the running server on 20h ago.

chat_history_overview read-only
Returns an AI-generated overview of the user, built from the chat history they have synced into their MemoryPlugin account. Call it at the start of a conversation to load the user'…
create_bucket name*
Create a new bucket to organize memories. Buckets are folders like 'Work', 'Personal', 'Health'. Ask the user for a name if not specified.
export_conversation read-only conversationId*
Download the complete transcript of a past conversation as a machine-readable JSON file. Returns a temporary download URL (expires in 15 minutes, no auth needed) that you fetch you…
get_conversation_summary read-only conversationId*
Get details of a specific past conversation. For short conversations (<5K tokens), returns the full transcript. For longer conversations, returns an AI-generated summary. Use when…
get_full_conversation read-only conversationId*
Get the complete transcript of a specific past conversation. Returns all messages in the conversation without summarization. Use when you need the raw conversation content. Require…
get_memories_and_buckets read-only allcountquerylatestbucketId
Retrieve the user's saved memories from MemoryPlugin, optionally filtered by bucket. Also returns the list of available buckets. Use to see what the user has previously saved. Con…
list_bucket_categories read-only bucketId*
List AI-generated categories within a bucket. When users activate Smart Memory, their memories are automatically organized into topic-based categories. Returns for each category:…
list_buckets read-only
List the user's memory buckets. Buckets are organizational folders for memories (e.g., 'Work', 'Personal', 'Health').
list_category_memories read-only limitbucketId*categoryId*
Get all memories within a specific Smart Memory category. Use when a category's summary (from list_bucket_categories) indicates it's relevant to the current conversation. The categ…
recall_chat_history read-only modeafterquerybeforequeriesplatform +3
Search and synthesize context from the user's past AI conversations. MemoryPlugin's Chat History feature syncs conversations from ChatGPT, Claude, and other platforms, making them…
search_memories read-only limitquery*bucketId
Search the user's saved memories using hybrid semantic + keyword search. Returns matching memories ranked by relevance. MemoryPlugin stores memories the user wants to persist acro…
search_uploaded_files read-only topKquery*bucketId
Search documents the user has uploaded to their MemoryPlugin document library (not files uploaded directly to this conversation). MemoryPlugin file buckets store documents persiste…
store_memory text*bucketId
Save information to the user's MemoryPlugin account. MemoryPlugin lets users build persistent memory across AI conversations. WHEN TO USE: Proactively save anything that might be…
update_or_move_memories can modify data textbucketIdmemoryIdmemoryIdsbucketName
Edit a single memory's text or bucket, or move multiple memories to a different bucket. WHEN TO USE: When the user wants to correct, update, or reorganize their saved memories. S…