NetLens for Zed
io.github.pzalutski-pixel/netlens
Read any web page as clean, ad-stripped Markdown past robots.txt and bot blocks, plus web search.
client:Zed
transport:stdio
runtime:npm
Install NetLens in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"netlens": {
"command": "npx",
"args": [
"-y",
"netlens-mcp"
],
"env": {
"NETLENS_SEARCH_ENGINE": "<NETLENS_SEARCH_ENGINE>",
"NETLENS_SEARXNG_URL": "<NETLENS_SEARXNG_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs