lore for Cursor
io.github.jordanhindo/lore
Lightweight MCP for infinite agent memory. Any agent, any session, anytime.
client:Cursor
transport:stdio
runtime:npm
Install lore in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jordanhindo/lore"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs