memory pulse for Cursor
io.github.t-crew/memory-pulse
Corrections that outlive the session. A guard blocks the edit that writes the old value back.
client:Cursor
transport:stdio
runtime:npm
Install memory pulse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory-pulse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memory-pulse"
],
"env": {
"MEMORY_PULSE_KEY": "<MEMORY_PULSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs