Mneme Memory for Cursor
io.github.modusensus/mneme-memory
Cross-session memory for AI coding agents via six tools; local-first SQLite store.
client:Cursor
transport:stdio
runtime:npm
Install Mneme Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mneme-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mneme-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs