Mem0

By thumbsupordown

The Mem0 MCP server wraps the Mem0 memory API to give AI assistants persistent, semantic long-term memory across sessions. Agents can add memories from text or conversations, search them semantically, list and update them, and manage the users, agents, and apps that own each 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.