Back to MCP Servers
Mem0
A Model Context Protocol server for Mem0 that helps manage coding preferences and patterns, providing tools for storing, retrieving and semantically handling code implementations, best practices and technical documentation in IDEs like Cursor and Windsurf
knowledge-memory
By mem0ai
Installation
npx -y mem0-mcpConfiguration
{
"mcpServers": {
"mem0-mcp": {
"command": "npx",
"args": ["-y", "mem0-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes