AI & ML
Trust: 39/100 (Limited)io.github.myrakrusemark/memento-protocol Guide
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
by myrakrusemark
Quick Start
Install
npx memento-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-myrakrusemark-memento-protocol": {
"command": "npx",
"args": [
"memento-mcp"
]
}
}
}