Skip to content
VS Code

LBrain for VS Code

ai.lbrain/lbrain

Local-first agent memory. Source, date, bind/abstain. Permanent name: lbrain.ai/claim.html

client:VS Code transport:stdio runtime:pypi

Install LBrain in VS Code

.vscode/mcp.json

{
  "servers": {
    "lbrain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lbrain-coding-agents"
      ]
    }
  }
}

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

LBrain in other clients