memori mcp for Claude Desktop
io.github.memorilabs/memori-mcp
Memori MCP server — persistent AI memory with recall and augmentation tools
client:Claude Desktop
transport:stdio
runtime:npm
Install memori mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"memori-mcp": {
"command": "npx",
"args": [
"-y",
"@memorilabs/memori-mcp"
],
"env": {
"MEMORI_API_KEY": "<MEMORI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs