YourMemory for Cursor
io.github.sachitrafa/yourmemory
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
client:Cursor
transport:stdio
runtime:pypi
Install YourMemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yourmemory": {
"type": "stdio",
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs