BrowserMesh for Windsurf
io.github.scrolldynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
client:Windsurf
transport:stdio
runtime:npm
Install BrowserMesh in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs