CLI install

LinkLore is the package llre on both PyPI and npm — one command to run.

Paste it as-is. Your agent will install it.
Install LinkLore (an MCP server for project memory) in this repository.

- It's the package llre, on PyPI (uvx llre) and npm (npx llre) — no separate install or clone needed
- Register it as an MCP server the way your current tool expects
- After registering, run uvx llre init (or npx llre init) here
Claude Code · Cursor · Codex · VS Code · Antigravity

CLI (terminal)

Run this from your project folder.
uvx llre init
Node.js instead of Python: npx llre init

Claude Code

claude mcp add --transport stdio --scope user llre -- uvx llre
{
  "mcpServers": {
    "llre": {
      "command": "uvx",
      "args": ["llre"]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project folder.
{
  "mcpServers": {
    "llre": {
      "command": "uvx",
      "args": ["llre"]
    }
  }
}

Antigravity

Add this to ~/.gemini/config/mcp_config.json.
{
  "mcpServers": {
    "llre": {
      "command": "uvx",
      "args": ["llre"]
    }
  }
}

Codex

codex mcp add llre -- uvx llre

VS Code

code --add-mcp '{"name":"llre","command":"uvx","args":["llre"]}'
{
  "servers": {
    "llre": {
      "type": "stdio",
      "command": "uvx",
      "args": ["llre"]
    }
  }
}

Verify

A project summary back means the install worked.

Run brief()
Run brief()
# my-project
lore 0 · doc 0 · open 0
Nothing back? Check llre in your tool list, then restart the app.

Sync with the server (optional)

Local use ends here — no sign-in. Only for another device or team sharing.

uvx llre login