memex for Cursor
io.github.kioie/memex
Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.
client:Cursor
transport:stdio
runtime:oci
Install memex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memex": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kioie/memex:0.6.0"
],
"env": {
"MEMEX_DIR": "<MEMEX_DIR>",
"MEMEX_USER_ID": "<MEMEX_USER_ID>",
"MEMEX_HYBRID": "<MEMEX_HYBRID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs