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
{
"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