linkrescue mcp for Zed
io.github.carsonroell-debug/linkrescue-mcp
Broken link detection with affiliate tracking, revenue loss estimation, and fixes
client:Zed
transport:stdio
runtime:pypi
Install linkrescue mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"linkrescue-mcp": {
"command": "uvx",
"args": [
"linkrescue-mcp"
],
"env": {
"LINKRESCUE_API_BASE_URL": "<LINKRESCUE_API_BASE_URL>",
"LINKRESCUE_API_KEY": "<LINKRESCUE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs