bettermemory for Cursor
io.github.0mattias/bettermemory
Memory for coding agents, checked against the filesystem and git before it is believed.
client:Cursor
transport:stdio
runtime:pypi
Install bettermemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bettermemory": {
"type": "stdio",
"command": "uvx",
"args": [
"bettermemory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs