core for Cursor
io.github.omega-memory/core
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
client:Cursor
transport:stdio
runtime:pypi
Install core in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"core": {
"type": "stdio",
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs