Skip to content
Claude Desktop

memory mcp for Claude Desktop

io.github.yuvalsuede/memory-mcp

Persistent memory + git snapshots for Claude Code. Never lose context or code.

client:Claude Desktop transport:stdio runtime:npm

Install memory mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-memory"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memory mcp in other clients