Skip to content
Claude Desktop

MemoryLayer for Claude Desktop

in.memorylayer/memorylayer

Local-first persistent memory for AI agents, with reasoning and formal verification.

client:Claude Desktop transport:stdio runtime:npm

Install MemoryLayer in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memorylayer": {
      "command": "npx",
      "args": [
        "-y",
        "@raajvamsy/memorylayer"
      ],
      "env": {
        "MEMORY_API_KEY": "<MEMORY_API_KEY>"
      }
    }
  }
}

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

MemoryLayer in other clients