Server Directory
MemoryIntermediate Official

Memory

by Anthropic

GitHub
18.5k

Persistent memory system using a local knowledge graph. Create entities, define relations, and query stored knowledge across conversations.

CAPABILITIES

  • Create and manage entities
  • Define entity relationships
  • Query the knowledge graph
  • Persistent storage across sessions
  • Observation tracking

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-memory

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Memory
Difficulty
Intermediate
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-memory

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →