Skip to content
VS Code

loreweave for VS Code

io.github.lets-order-some-fries/loreweave

Durable agent memory over a markdown vault: bitemporal facts, timelines, hybrid graph search.

client:VS Code transport:stdio runtime:npm

Install loreweave in VS Code

.vscode/mcp.json

{
  "servers": {
    "loreweave": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "loreweave"
      ]
    }
  }
}

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

loreweave in other clients