OMEGA Memory for Cursor
io.github.omega-memory/omega-memory
Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install OMEGA Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"omega-memory": {
"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