Memento
Freeby MCP Community
The Memento Protocol — persistent memory for AI agents
v0.4.1Added Apr 12, 2026
mcpmemoryai-agentpersistentmemento
Memento MCP Server
The Memento Protocol — persistent memory for AI agents
Installation
npx -y memento-mcp
Reviews
Installation
Quick install
npx -y memento-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"memento": {
"command": "npx",
"args": ["-y", "memento-mcp"]
}
}
}