Skip to content
Zed

safe fetch for Zed

io.github.sanoy24/safe-fetch

MCP server for fetching URLs, safe against SSRF, DNS rebinding, and redirect-to-internal attacks.

client:Zed transport:stdio runtime:npm

Install safe fetch in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "safe-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "safe-fetch-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

safe fetch in other clients