Mem0

By thumbsupordown

The Mem0 MCP server connects AI agents to the Mem0 long-term memory layer. Agents can add memories from text or conversations, run semantic search over stored memories, browse and read individual memories, update memory text, list users, agents, apps, and runs, and cascade-delete entities — giving assistants persistent memory.

Tools

add_memory

Save text or conversation history as a memory for a user or agent.

delete_all_memories

Bulk delete every memory within a confirmed scope.

delete_entities

Delete a user, agent, app, or run and its memories.

delete_memory

Delete a single memory identified by its memory ID.

get_memories

List memories with structured filters and pagination.

get_memory

Retrieve a single stored memory by its unique memory ID.

list_entities

Enumerate the users, agents, apps, and runs stored in Mem0.

search_memories

Perform a semantic search across all stored Mem0 memories.

update_memory

Overwrite the text of an existing memory once confirmed.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.