MCP Marketplace logo
MCP
All servers
Anthropic

Memory

official

Persistent knowledge graph the model can recall across sessions.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Memory server. Stores entities and relations in a knowledge graph the LLM updates and queries between turns.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers