Skip to content
Claude Desktop

TrustFetch for Claude Desktop

io.github.vohlsyr/trustfetch

Prompt-injection scanning and safe webpage fetching for AI agents reading untrusted content.

client:Claude Desktop transport:streamable-http

Install TrustFetch in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "trustfetch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://trustfetch.duckdns.org/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

TrustFetch in other clients