Skip to content
VS Code

walkerOS Source Browser for VS Code

io.walkeros/source-browser

Generate, parse, and validate walkerOS data-elb HTML tagging attributes

client:VS Code transport:stdio runtime:npm

Install walkerOS Source Browser in VS Code

.vscode/mcp.json

{
  "servers": {
    "source-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@walkeros/mcp-source-browser"
      ]
    }
  }
}

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

walkerOS Source Browser in other clients