Skip to content
Cursor

safe fetch for Cursor

io.github.sanoy24/safe-fetch

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

client:Cursor transport:stdio runtime:npm

Install safe fetch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

safe fetch in other clients