Skip to content
Windsurf

safe fetch for Windsurf

io.github.sanoy24/safe-fetch

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

client:Windsurf transport:stdio runtime:npm

Install safe fetch in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

safe fetch in other clients