Skip to content
Zed

KitchenSink4Web for Zed

io.github.kitchensink4ai/kitchensink4web

Browser MCP server: budgeted page reads, honest unread accounting, structured extraction.

client:Zed transport:stdio runtime:pypi

Install KitchenSink4Web in Zed

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

{
  "context_servers": {
    "kitchensink4web": {
      "command": "uvx",
      "args": [
        "kitchensink4web"
      ]
    }
  }
}

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

KitchenSink4Web in other clients