SMRITI Memory for Cursor
io.github.smriti-memcore/smriti-memory
Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.
client:Cursor
transport:stdio
runtime:pypi
Install SMRITI Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smriti-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"smriti-memcore"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs