All MCP servers
UtilityOfficial

Memory

By Anthropic

Persistent memory as an entity-relation graph. Good for "remember that this customer prefers email, not Slack" — bad for storing real data.

Install

Run directly:
$ npx -y @modelcontextprotocol/server-memory
Add to claude_desktop_config.json:
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

What you can do with it

  • Build an assistant that remembers your preferences across sessions.
  • Track facts about people and projects between conversations.
  • Prototype agent memory before reaching for a real database.

Works with

Claude DesktopClaude CodeCursorZedWindsurfCline

Other utility servers