Persistent, transparent, shareable AI memory for coding assistants. Your AI remembers your codebase, conventions, and team knowledge across every session.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"memento-mcp-client@latest"
],
"env": {
"MEMENTO_API_KEY": "${MEMENTO_API_KEY}"
}
}