BrowserMesh for VS Code
io.github.scrolldynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
client:VS Code
transport:stdio
runtime:npm
Install BrowserMesh in VS Code
.vscode/mcp.json
{
"servers": {
"browsermesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs