Skip to content
Zed

Web Resurrect for Zed

io.github.web-resurrect/mcp

Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.

client:Zed transport:stdio runtime:npm

Install Web Resurrect in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@web-resurrect/mcp"
      ],
      "env": {
        "WEB_RESURRECT_API_KEY": "<WEB_RESURRECT_API_KEY>",
        "WEB_RESURRECT_BASE_URL": "<WEB_RESURRECT_BASE_URL>"
      }
    }
  }
}

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

Web Resurrect in other clients