engrm for Cursor
io.github.dr12hes/engrm
Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.
client:Cursor
transport:stdio
runtime:npm
Install engrm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"engrm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"engrm"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs