GoodMemory for Cursor
io.github.hjqcan/goodmemory
Durable user/project memory for MCP clients: recall context and remember selected facts.
client:Cursor
transport:stdio
runtime:npm
Install GoodMemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"goodmemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs