mem0_mcp_private

parthshr370/mem0_mcp_private

3.2

If you are the rightful owner of mem0_mcp_private and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Mem0 MCP Server is a tool that wraps the Mem0 Memory API as a Model Context Protocol server, enabling MCP-compatible clients to manage long-term memories.

Tools

Functions exposed to the LLM to take actions

add_memory

Save text or conversation history for a user/agent.

search_memories

Semantic search across existing memories.

get_memories

List memories with structured filters and pagination.

get_memory

Retrieve one memory by its memory_id.

update_memory

Overwrite a memory’s text once the user confirms the memory_id.

delete_memory

Delete a single memory by memory_id.

delete_all_memories

Bulk delete all memories in the confirmed scope.

delete_entities

Delete a user/agent/app/run entity and its memories.

list_entities

Enumerate users/agents/apps/runs stored in Mem0.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources