Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MemoryPlugin

com.memoryplugin/memory

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

Uptime
100.0%
1 direct probes · 30d
Response
794ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

store_memory

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 useful for future co…

list_buckets

List the user's memory buckets. Buckets are organizational folders for memories (e.g., 'Work', 'Personal', 'Health').

create_bucket

Create a new bucket to organize memories. Buckets are folders like 'Work', 'Personal', 'Health'. Ask the user for a name if not specified.

get_memories_and_buckets

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. Consider using at conve…

list_bucket_categories

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: - name: Category tit…

list_category_memories

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 categoryId persists acros…

search_memories

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 across AI conversations.…

search_uploaded_files

Search documents the user has uploaded to their MemoryPlugin document library (not files uploaded directly to this conversation). MemoryPlugin file buckets store documents persistently across all AI c…

get_conversation_summary

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 the user wants to di…

get_full_conversation

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. Requires the conversationId…

export_conversation

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 yourself to get the ful…

recall_chat_history

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 searchable. Also kn…

update_or_move_memories

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. Single memory: provid…

chat_history_overview

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's context. If no ove…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "memoryplugin": {
      "url": "https://www.memoryplugin.com/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}