memo for Cursor
io.github.jagoff/memo
Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.
client:Cursor
transport:stdio
runtime:pypi
Install memo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memo": {
"type": "stdio",
"command": "uvx",
"args": [
"mlx-memo"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs