@mem0/mcp-server
Freeby MCP Community
A Model Context Protocol (MCP) server that provides memory storage and retrieval capabilities using [Mem0](https://github.com/mem0ai/mem0). This tool allows you
v0.0.1Added Apr 12, 2026
mcpmem0memoryaiagents
@mem0/mcp-server MCP Server
A Model Context Protocol (MCP) server that provides memory storage and retrieval capabilities using Mem0. This tool allows you
Installation
Reviews
Installation
Quick install
npx -y @mem0/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@mem0/mcp-server": {
"command": "npx",
"args": ["-y", "@mem0/mcp-server"]
}
}
}