Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

smart-web in other clients