MemorySync for Cursor
io.memorysync/memory
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
client:Cursor
transport:streamable-http
Install MemorySync in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory": {
"url": "https://mcp.memorysync.io/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs