Skip to content
VS Code

br8n for VS Code

io.github.anthonysuherli/br8n

Capture dev context on interrupt; replay it as a 30-second resume card. Git stash for your head.

client:VS Code transport:stdio runtime:pypi

Install br8n in VS Code

.vscode/mcp.json

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

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

br8n in other clients