Memorix for Cursor
io.github.avids2/memorix
Local-first project memory with legacy MCP and 2026 discovery compatibility.
client:Cursor
transport:stdio
runtime:npm
Install Memorix in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memorix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memorix"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs