smart-web for Zed
io.github.rich-jojo/smart-web
Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.
client:Zed
transport:stdio
runtime:npm
Install smart-web in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"smart-web": {
"command": "npx",
"args": [
"-y",
"smart-web-mcp"
],
"env": {
"SMART_WEB_SETTINGS_FILE": "<SMART_WEB_SETTINGS_FILE>",
"SMART_WEB_TMP_DIR": "<SMART_WEB_TMP_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs