memento for Cursor
com.runmemento/memento
Local-first, LLM-agnostic memory layer for AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install memento in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memento": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento"
],
"env": {
"MEMENTO_DB": "<MEMENTO_DB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs