BrowserMesh for Zed
io.github.scrolldynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
client:Zed
transport:stdio
runtime:npm
Install BrowserMesh in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs