Back to MCPs
Official Featured

Memory

Knowledge graph-based persistent memory system. Enables Claude to store and retrieve information across conversations using a graph database.

memoryknowledge-graphpersistence+1 more
1,567 upvotes 58,900 views by Anthropic
Installation
npx -y @modelcontextprotocol/server-memory

How to add to Claude Code

  1. Open Claude Code settings

    Run claude config or edit ~/.claude/config.json

  2. Add the MCP server configuration
    {
      "mcpServers": {
        "memory": {
          "command": "npx",
          "args": [
                  "-y",
                  "@modelcontextprotocol/server-memory"
          ]
        }
      }
    }
  3. Restart Claude Code

    The MCP server will now be available in your sessions