Catalog
io.github.myrakrusemark/memento-protocol
OfficialPersistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
Persistent memory system for AI agents that stores and retrieves information by meaning.
README not available yet.
Install
Configuration
Environment variables
MEMENTO_API_KEYrequiredsecretYour Memento Protocol API key (get one at https://hifathom.com/projects/memento)
MEMENTO_API_URLrequiredAPI URL for Memento Protocol SaaS
MEMENTO_WORKSPACErequiredYour workspace name
claude_desktop_config.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp@0.1.1"
],
"env": {
"MEMENTO_API_KEY": "<YOUR_MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<YOUR_MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<YOUR_MEMENTO_WORKSPACE>"
}
}
}
}