Loading MCP server directory, please wait...
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
npx @getmcp/cli add io.github.myrakrusemark/memento-protocolRequires Node.js 18+. Community-contributed server. Review source before installing.
MEMENTO_API_KEYYour Memento Protocol API key (get one at https://hifathom.com/projects/memento)
MEMENTO_API_URLAPI URL for Memento Protocol SaaS
MEMENTO_WORKSPACEYour workspace name
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.myrakrusemark/memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "",
"MEMENTO_API_URL": "",
"MEMENTO_WORKSPACE": ""
}
}
}
}