Skip to content
Zed

peek for Zed

io.github.cubenest/peek-mcp

Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local

client:Zed transport:stdio runtime:npm

Install peek in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "peek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@peekdev/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

peek in other clients