playwright trace decoder mcp for Zed
io.github.vola-trebla/playwright-trace-decoder-mcp
MCP server for unpacking and analyzing Playwright trace.zip archives
client:Zed
transport:stdio
runtime:npm
Install playwright trace decoder mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"playwright-trace-decoder-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs