Skip to content
VS Code

laserbrain for VS Code

io.github.degibug-del/laserbrain

The drift harness as an MCP server. Offline, no key — a fixed reference an agent checks against.

client:VS Code transport:stdio runtime:pypi

Install laserbrain in VS Code

.vscode/mcp.json

{
  "servers": {
    "laserbrain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "laserbrain"
      ]
    }
  }
}

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

laserbrain in other clients