Chrome Debugger MCP for Zed
io.github.bitepro/chrome-debugger-mcp
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
client:Zed
transport:stdio
runtime:npm
Install Chrome Debugger MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chrome-debugger-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-debugger-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs