knowledge & memory

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

python
local
knowledge & memory
0
View on GitHub

Installation

npx -y mem0ai/mem0-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mem0-mcp",
  "command": "npx",
  "args": [
    "-y",
    "mem0ai/mem0-mcp"
  ]
}

About This MCP Server

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

GitHub: https://github.com/mem0ai/mem0-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub