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
{
"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