ori memory for Cursor
io.github.aayoawoyemi/ori-memory
Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.
client:Cursor
transport:stdio
runtime:npm
Install ori memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ori-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs