Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

LinkLore in other clients