Mementos
Freeby MCP Community
Universal memory system for AI agents - CLI + MCP server + library API
v0.14.18Added Apr 12, 2026
memorymementosmcpaicoding-agent
Mementos MCP Server
Universal memory system for AI agents - CLI + MCP server + library API
Installation
Reviews
Installation
Quick install
npx -y @hasna/mementos
Add to claude_desktop_config.json
{
"mcpServers": {
"mementos": {
"command": "npx",
"args": ["-y", "@hasna/mementos"]
}
}
}