mem0ai/mem0-mcp
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
Quick Start
Clone the repository:
git clone https://github.com/mem0ai/mem0-mcpClaude Desktop configuration example:
{
"mcpServers": {
"mem0-mcp": {
"command": "npx",
"args": [
"-y",
"mem0ai/mem0-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.