WebUplink for Zed
ai.webuplink/mcp
Give any MCP client the ability to browse and interact with the web via WebUplink.
client:Zed
transport:stdio
runtime:npm
Install WebUplink in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webuplink/mcp"
],
"env": {
"WEBUPLINK_API_KEY": "<WEBUPLINK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs