webfetch for Zed
io.github.ashlrai/webfetch
License-first federated image search with attribution, dimensions, and download tooling.
client:Zed
transport:stdio
runtime:npm
Install webfetch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"webfetch": {
"command": "npx",
"args": [
"-y",
"getwebfetch-mcp"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
"PEXELS_API_KEY": "<PEXELS_API_KEY>",
"PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
"BRAVE_API_KEY": "<BRAVE_API_KEY>",
"SERPAPI_KEY": "<SERPAPI_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs