LinkLore for Cursor
io.linklore/llre
AI-native structured memory for agents (MCP). Built for agents, not humans.
client:Cursor
transport:stdio
runtime:pypi
Install LinkLore in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llre": {
"type": "stdio",
"command": "uvx",
"args": [
"llre"
],
"env": {
"LINKLORE_LANG": "<LINKLORE_LANG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs