Skip to content
VS Code

Living Memory for VS Code

to.viibe/living-memory

An MCP memory server. One memory your agents share — across models, devices and apps.

client:VS Code transport:streamable-http runtime:npm

Install Living Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "living-memory": {
      "type": "http",
      "url": "https://lme.viibe.to/mcp"
    }
  }
}

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

Living Memory in other clients