Skip to content
Zed

webclaw for Zed

io.github.0xmassi/webclaw

Turn any URL into clean markdown/JSON for AI agents. Self-hostable web content extraction.

client:Zed transport:stdio runtime:npm

Install webclaw in Zed

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

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

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

webclaw in other clients