← Claude MCP Servers Directory

🧠

Memory MCP Server

Official

About

Knowledge graph-based persistent memory system. Store and retrieve information across conversations with semantic search capabilities.

Features

  • Persistent memory storage
  • Knowledge graph structure
  • Semantic search
  • Context retention across sessions

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "memory": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-memory"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Remember facts about a project"
  • "Store user preferences"
  • "Build knowledge base over time"