Skip to content
VS Code

lore for VS Code

io.github.jordanhindo/lore

Lightweight MCP for infinite agent memory. Any agent, any session, anytime.

client:VS Code transport:stdio runtime:npm

Install lore in VS Code

.vscode/mcp.json

{
  "servers": {
    "lore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jordanhindo/lore"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lore in other clients